function unloadPage()
{
	if (blockclose)
	{
		window.open("freeoffers.html","FreeOffers","menubar=no,toolbar=no");
		
		blockclose = false;
		var msg = "Wait! Your application is not yet complete!\n press \'Cancel\' to complete your application  or \'OK'\ to exit";		
		return msg;
	}
}

var blockclose = true;
window.onbeforeunload = unloadPage;