var ShowExitPopup = true;

function ExitPage()
{
	if ( ShowExitPopup )
	{
		jwplayer( 'MainVideo' ).setup
		(
			{
				flashplayer: '/media/jwplayer/player.swf',
				file: 'http://www.youtube.com/v/ixP6_2r81Ng',
				width: 850,
				height: 480,
				autostart: false,
				controlbar: 'none',
				volume: 100
			}
		);

		window.scrollTo( 0, 0 );

		$( 'body' ).append( '<div id=\'ExitSplash\' style=\'position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 999999;\'><iframe src=\'http://forexealab.com/\' scrolling=\'auto\' frameborder=\'0\' style=\'width: 100%; height: 100%; display: block;\'></iframe></div>' );

		$( '#ExitSplash' ).show();

		ShowExitPopup = false;

		return '=====================================\nW A I T   B E F O R E   Y O U   G O !\n\nCLICK THE *CANCEL* BUTTON RIGHT NOW\nTO STAY ON THE CURRENT PAGE.\n\nYOU CAN GET FOREX EA LAB ACCESS!!!\n\nCLICK *CANCEL* TO GET IT NOW!!!\n======================================\n';
	}
}
