/**
 * @author bnelson
 */
$( document ).ready( function()
{
	if( window.location.toString().lastIndexOf("#nosplash") != window.location.toString().length-("#nosplash").length )
	{
		$.prompt( "<map name=\"destinations\"><area coords=\"0,0,299,284\" href=\"/CTE/index.php/mp.html#nosplash\" target=\"_self\" /><area coords=\"299,0,598,284\" href=\"javascript:removePrompt();\" target=\"_self\" /></map><div><div style=\"text-align:center;font-weight:bold;font-size:14px;\">CHOOSE A DESTINATION</div><div><img style=\"border:0px;\" usemap=\"#destinations\" src=\"/CTE/images/cte/splash.jpg\" alt=\"destinations\" /></div></div>", { opacity: .85, prefix: "trans", buttons: {}, loaded: function(){ $('#flash-sponsers').hide(); }, callback: function(){ $('#flash-sponsers').show(); } } );
	}
} );

function removePrompt()
{
	$('#flash-sponsers').show();
	$( "#transbox" ).remove();
}