if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac){
  sIFR.setup();
  sIFR.replaceElement("h1", 
    named({
      sFlashSrc: "/sifr/tradegothic.swf", 
      sColor: "#666666", 
      sBgColor: "#ffffff",
      sCase: "upper",
      nPaddingRight: "13",
      nPaddingLeft: "300",
      sFlashVars: "textalign=right"
    }));
  sIFR.replaceElement("#contact li", 
    named({
      sFlashSrc: "/sifr/tradegothic.swf", 
      sColor: "#666666", 
      sBgColor: "#ffffff",
      sLinkColor: "#666666",
      sCase: "upper",
      nPaddingRight: "13",
      nPaddingLeft: "400",
      sFlashVars: "textalign=right"
    }));
  sIFR.replaceElement("h2#error", 
    named({
      sFlashSrc: "/sifr/tradegothic.swf", 
      sColor: "#CC0000", 
      sBgColor: "#ffffff",
      sCase: "upper",
      sFlashVars: "textalign=right"
    }));
    
};