/* JQUERY */

$(document).ready(function()
{
  
  $("#moredetails").hide();
  
  $("a.moredetails").click(function()
  {
    $("#moredetails").slideToggle(300);
  });
});

/* Sifr replace 
------------------------------------*/
//<![CDATA[
if(typeof sIFR == "function"){
// This is the older, ordered syntax
  sIFR.replaceElement("#bottom-content .gallery h3", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#FFFFFF", sWmode: "transparent",sCase:'upper'}));
  sIFR.replaceElement("#sidebar h5", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#FFFFFF", sWmode: "transparent",sCase:'upper'}));
  sIFR.replaceElement("#content-text h3", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#E01226", sWmode: "transparent",sCase:'upper'}));
  sIFR.replaceElement("#content-text h5", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#193589", sWmode: "transparent",sCase:'upper'}));
  sIFR.replaceElement("table.table-stats th span", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#FFFFFF", sWmode: "transparent",sCase:'upper'}));
  sIFR.replaceElement(".heading h2", named({sFlashSrc: "/flash/gothambold.swf", sColor: "#FFFFFF", sWmode: "transparent",sCase:'upper'}));

  
};
//]]>

