// JavaScript Document
var ShowExitPopup = true;
function ExitPage(){
	if (ShowExitPopup){ 
	ShowExitPopup = false;
	location.href = "http://2.sunsoft.pay.clickbank.net/";
	return '*************************************************\nTodays Special Discount!\n*************************************************\n\nWait...Before You Go\n\nSAVE $30\n\nI Want to offer you a special discount\n\nYou can get the entire program with all the bonuses for\n\n ONLY $67\n\n*************************************************\nTodays Special!!!\n*************************************************\n';

}

}

