var click=0;

function clickTo(){
	click=1;
	return false;
}

function leavepage(){
	if(click==0){
		click=1;
		alert("Don't go yet! We're so sure you'll enjoy TreasureTrooper, that we'll start you off with a $3 BONUS in your account! Hit CANCEL to take advantage of this offer!");
		location.href = "http://jbeta.treasuretrooper.com/membersonly";
		return "Don't go yet! We're so sure you'll enjoy TreasureTrooper, that we'll start you off with a $3 BONUS in your account! Hit CANCEL to take advantage of this offer!";
	}
}

