// JavaScript Document

    jQuery.preloadImages = function()
    {
      for(var i = 0; i<arguments.length; i++)
      {
        jQuery("<img>").attr("src", arguments[i]);
      }
    }
    $.preloadImages("/images/contentBG.png", "/images/content.jpg");
	
	
	  DD_belatedPNG.fix('#bodyContainer, #side-buttons, #footer');