if (navigator.platform.match(/mac|linux/i)) {
   //maybe some linux wmode sift hack in future
} else {
  if(typeof sIFR == "function"){
      var sIFRsource = "skin/divadlovceletne/sifr/myriad_pro.swf";
      sIFR.replaceElement("#program h1", named({sFlashSrc: sIFRsource, sColor: "#ffffff", sWmode:"transparent",  sHoverColor: "#9a4700", sCase: "upper"}));
      sIFR.replaceElement("#contact h1", named({sFlashSrc: sIFRsource, sColor: "#ffffff", sWmode:"transparent",  sHoverColor: "#9a4700", sCase: "upper"}));
      sIFR.replaceElement("#logo h1", named({sFlashSrc: sIFRsource, sColor: "#000000", sWmode:"transparent",  sHoverColor: "#000000", sCase: "upper"}));
      sIFR.replaceElement("#bigImageTitle .title", named({sFlashSrc: sIFRsource, sColor: "#ffffff", sWmode:"transparent", sHoverColor: "#9a4700", sCase: "upper",sFlashVars: "textalign=right"}));
      sIFR.replaceElement("#bigImageTitle .author", named({sFlashSrc: sIFRsource, sColor: "#ffffff", sWmode:"transparent", sHoverColor: "#9a4700", sFlashVars: "textalign=right"}));
      sIFR.replaceElement("#primaryContent h1", named({sFlashSrc: sIFRsource, sColor: "#ffffff", sWmode:"transparent", sHoverColor: "#ffffff", sCase: "upper"}));
      sIFR.replaceElement("#secondaryContent h1", named({sFlashSrc: sIFRsource, sColor: "#000000", sWmode:"transparent", sHoverColor: "#9a4700", sCase: "upper"}));     
  };
}
