<!--
var MM_contentVersion = 5;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i];
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<scr' + 'ipt language=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( MM_FlashCanPlay ) {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' id="nav" width="600" height="117">');
	document.write('<param name="movie" value="/images/nav.swf"><param name="quality" value="high"><param name="menu" value="false"><param name="bgcolor" value="#6a1b31"><param name="wmode" value="opaque">');
	document.write('<embed src="/images/nav.swf" wmode="opaque" menu="false" quality="high" bgcolor="#6a1b31" ');
	document.write(' swLiveConnect="false" width="600" height="117" name="nav"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
} else{
	document.write('<img src="/images/nav_flash.jpg" border="0" usemap="#nav">');
	document.write('<map name="nav">');
	document.write('<area shape="rect" coords="507,82,594,112" href="http://www.macromedia.com/go/getflashplayer/" target="_blank">');
	document.write('<area shape="rect" coords="342,6,421,29" href="/sections/arenainfo/history.aspx">');
	document.write('<area shape="rect" coords="423,5,504,28" href="/sections/guestservices/atoz.aspx">');
	document.write('<area shape="rect" coords="505,4,590,27" href="/sections/promotioninfo/promotersguide.aspx">');
	document.write('<area shape="rect" coords="258,6,338,28" href="/sections/clubservices/pslprogram.aspx">');
	document.write('<area shape="rect" coords="175,5,255,28" href="/sections/directionsparking/directionsmaps.aspx">');
	document.write('<area shape="rect" coords="92,6,173,28" href="/sections/seatingtickets/ticketoffice.aspx">');
	document.write('<area shape="rect" coords="4,6,91,27" href="/sections/events/eventcalendar.aspx">');
        document.write('</map>');
}
//-->