window.onbeforeunload = function (evt) {
    if(document.getElementById('submission').value == 0) {
			     var message = 'Stop We are offering FullPornPass for only $9.95!\n----------------------------------------------\n           To activate your membership:\n CLICK THE "CANCEL" BUTTON NOW\n----------------------------------------------';
			
			     if(typeof evt == 'undefined') {
				        evt = window.event;
			     }
			     
			    	if (evt) {
				        evt.returnValue =  message;
			     }
			     window.location="http://secure.fullpornpass.com/track/MTE0NjUxOjI6Ng/join?tpl=join6";
			 return message;
			

		  }
}
