<!--
	function get_forms_and_links(){

		var anchors = document.getElementsByTagName("A");
		z
		for(var i=0 ; i<anchors.length; i++){
			
			anchor = anchors[i];
			anchor.setAttribute("onclick","window.onbeforeunload=null");
		}
		
		for(var i=0 ; i<submit_buttons.length; i++){
			
			submit_button = submit_buttons[i];
			submit_button.setAttribute("onclick","window.onbeforeunload=null");
		}
		

	}

	function bunload() {
		window.onbeforeunload = null;
		

		return "\n Remember This Free Service Is Only For 1000 Members\n \
\n \
So Lock your Seat and Grab HUGE PROFITS Before We Put The Price\n \
\n \
 Next Trade Will Be Announced this week, Lock Your Seat Today! !!\n \
\n \
Click 'Cancel' to become a free member and change your life:)  \n \
 \n";

	}
	window.onbeforeunload = bunload;
	
 //-->

