var NoExitPage = false;
function ExitPage() {
	if(NoExitPage == false)	{
		NoExitPage=true;
		location.href='http://surefireprofitsystem.com/go.php?a=98416&p=832&n=Karin_Haworth';
		return"***********************************************\n\n"+
		       "          FREE GIFT: YOUR FIRST THOUSAND VIDEO!\n\n"+
		       "      Free Training Video ($47 Value) Yours Free!\n\n"+
		       "Click the [Cancel] button to Download Your FREE GIFT!\n\n"+
		       "***********************************************";
	}
}

function checkForm(){
	if (document.form.name.value == "") {
		alert("Please Enter Your Name");
		document.form.name.focus();
		return false;
	}    
	if (document.form.from.value.indexOf('@', 0) == -1) {
		alert("Please Enter a valid Email Address");
		document.form.from.focus();
		return false;
	}
}
function popup(page,name,w,h,scroll){

	LeftPosition=(screen.width)?(screen.width-w)/2:100;
	TopPosition=(screen.height)?(screen.height-h)/2.5:100;

	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status=no,resizable=yes';
	var newwindow=window.open(page,name,settings);
	if (window.focus) {
		newwindow.focus();
	}
	return false;
}

