var ShowExitPopup = true;

function ExitPage(){
	if (ShowExitPopup){ 
		ShowExitPopup = false;
		window.location = "http://heyviet.com";
		var message =  '********************************************\n\n'+
								'********************************************\n\n'+
								'STOP MESSAGE GOES HERE...\n'+
								'********************************************\n\n'+
								'********************************************\n';
		return message;
	}
}