// JavaScript Document

var ShowExitPopup = true;

function ExitPage(){

	if (ShowExitPopup){ 

	ShowExitPopup = false;

	location.href = "http://richjanitor.com/rjp8.php";

	return '*************************************************\nSTOP\n*************************************************\n\nWe have only 5 discounted packages left!\n\nGet the entire "The Rich Janitor" for only $37.\n\n Hurry, you must act fast!\n\nClick the Cancel button below to get instant access\n\nto The Rich Janitor for just one low payment of $37\n\nThis is $40 off the normal price!\n................................................................................................\n';



}



}


