jQuery(document).ready(function(){
   
   //IE6 Fixes...
   if(jQuery.browser.msie && jQuery.browser.version < 7)
   {
      DD_belatedPNG.fix('#left-menu');
      DD_belatedPNG.fix('#rules-link');
      DD_belatedPNG.fix('#prizes-link');
      DD_belatedPNG.fix('#printable-link');
      DD_belatedPNG.fix('#sportsbook-link');
   }
   
   //IE6 & IE7 Fixes...
   if(jQuery.browser.msie && jQuery.browser.version < 8)
   {
      jQuery("#tabs").append('<div class="clearer" style="margin-top: -1px;"></div>');
   }
   
   //No yelllow PNG for IE6
   if(!(jQuery.browser.msie && jQuery.browser.version < 7))
      jQuery('#yellow-highlight').show();
            
   //Tabs...

   jQuery("ol.rules").css("margin-left","17px");
   jQuery('#pane .content .question span').click(function(){ if(jQuery(this).next().css("display") == "block") jQuery(this).next().slideUp(); else jQuery(this).next().slideDown(); });
   swfobject.embedSWF("flash/audio-player.swf","audioplayerx","186","34","9.0.0","/march-madness2009/flash/expressInstall.swf",{ mp3file: "flash/help64.mp3" });
   
});




function newWin(pageURL,target,width,height)
{
newwindow = window.open(pageURL,String(target),'width=980,height=660,left=5px,top=5px,resizable=0,toolbar=no,menubar=no,location=no,scrollbars=0');
if (window.focus) {newwindow.focus()}
}