<!--
	window.onbeforeunload = fget;
	var iframe = 10;
	function doClick() {
	    	iframe = 10;
		if (navigator.appName == "Microsoft Internet Explorer"){ // better be ie6 at least
			window.open('/layouts.php?id=webfetti', 'webfetti', 'fullscreen=yes, scrollbars=auto');
		} else { // i.e. if Firefox
			window.open('/layouts.php?id=webfetti', 'webfetti', 'scrollbars=auto,width='+screen.width+',height='+screen.height+',top=0,left=0');
		}
		
		return false;
	}
	function noClick() {
	    iframe = 1;
	}
	function fget() {
	    if ( iframe > 1 ) {
		alert("IMPORTANT:\n\n SOMEONE HAS A CRUSH ON YOU AND IS TRYING TO CONTACT YOU AT THIS VERY MOMENT. \n\n FIND OUT WHO NOW.");
		top.location = "/layouts.php?id=crush";
		return "\n________________________\n\n PRESS 'CANCEL' BELOW TO CONTINUE\n\n________________________\n";
	    }
	}
//-->
