function do_style(a,b,c){var s=a.split(',');var l=s.length;for(i=0;i<l;i++){if(document.getElementById(s[i])){document.getElementById(s[i]).style[b]=c;}}}function LinkNotice(l){var d,e,f,g;if(window.innerHeight&&window.scrollMaxY){d=document.body.scrollWidth;e=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){d=document.body.scrollWidth;e=document.body.scrollHeight;}else{d=document.body.offsetWidth;e=document.body.offsetHeight;}if(self.innerHeight){f=self.innerWidth;g=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){f=document.documentElement.clientWidth;g=document.documentElement.clientHeight;}else if(document.body){f=document.body.clientWidth;g=document.body.clientHeight;}if(e<g){e=g;}if(d<f){d=f;}do_style('OL','width',d+'px');do_style('OL','height',e+'px');document.getElementById('LN').innerHTML='<div style="text-align:center"><span>Third Party Site Disclaimer</span></div><div>Linked web sites are not under the control of South Florida Federal Credit Union and we are not responsible for the contents of any linked site or any link contained within a linked site.</div><div>The privacy or security policies at a linked site may be different from those practiced at South Florida Federal Credit Union and you should review the privacy policy of any linked site.</div><div style="text-align:center"><a href="'+l+'">Continue</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:;" onclick="do_style(\'OL,LN\',\'display\',\'none\');">Decline</a></div>';do_style('OL,LN','display','block');}