/**
 * @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 style=\"background-color:#000;border-bottom:2px #FFF solid;border-right:2px #FFF solid;border-left:2px #FFF solid;padding:8px;width:578px;\"><h1 align=\"center\">Check out our new online pilot program!</h1><p>This 16 month program leads to a M.Ed. in Advanced Teaching and Leadership and a TESL endorsement. Register today and take advantage of a $500 grant. Classes begin Sept. 27, 2010. Click on the following link for more information.</p><div align=\"center\"><input type=\"button\" value=\"More Info\" onClick=\"javascript:document.location='http://www.ctedesk.info/CTEDesk/files/ProgramDataSheet.cfm?returntype=pdf&program=390';\" /></div></div></div>", { opacity: .85, prefix: "trans", buttons: {}, loaded: function(){ $('#flash-sponsers').hide(); }, callback: function(){ $('#flash-sponsers').show(); } } );
	}
} );

function removePrompt()
{
	$('#flash-sponsers').show();
	$( "#transbox" ).remove();
}