window.onbeforeunload = fw_confirmExit; function fw_confirmExit() { return "WARNING! This page is attempting to forward you to another site. If you do not trust this site, you should click CANCEL."; } window.setTimeout(function(){ window.onbeforeunload=null;},600); //setTimeout(function() {if (window.frames.length >0){ for (i = 0 ; i < frames.length; i++){ try { var x = frames[i].contentDocument; if(typeof(x) === 'undefined') { frames[i].location = 'http://members.webs.com/provisional_iframes.jsp?frameset=1'; //} else { if(x.document) x = x.document; if(typeof(x) === 'undefined') { frames[i].location = 'http://members.webs.com/provisional_iframes.jsp?frameset=1'; } } } catch (e){ frames[i].location = 'http://members.webs.com/provisional_iframes.jsp?frameset=1'; } }}}, 1000);