var exit = true;
window.onbeforeunload = function(ev){
	if(exit == true){
		exit = false;
		var e = ev || window.event;
		
		var showstr = "*Are you sure you want to SKIP ON THIS GREAT OPPORTUNITY? ...\n\nclick *CANCEL* below!\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nCLICK THE *CANCEL* BUTTON RIGHT NOW\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
		
		if (e) {  //for ie and firefox
	    window.location.href = 'http://www.sexgodmethod.com/4OrgasmTriggers/index.html';
	    e.returnValue = showstr;
	  }
	
	  window.setTimeout(function(){
	  	window.location.href = 'http://www.sexgodmethod.com/4OrgasmTriggers/index.html';
	  }, 1000);
			
		return showstr; //for safari and chrome    
	} 
}

$(function(){
	$('a.gotocart').click(function(){
		window.onbeforeunload = null;
	});
});
