
addLoadEvent(hideSIFR);

function  hideSIFR() {
  if(typeof sIFR == "function"){
    // This is the preferred "named argument" syntax
    //    sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"mermordb.swf", sColor:"#B43CF0", sLinkColor:"#E1FECD", sBgColor:"#000000", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=center", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"mermordb.swf", sColor:"#A95BD4", sLinkColor:"#E1FECD", sBgColor:"#000000", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=center", sWmode:"transparent"}));

  };
  
}
