// settings
if(typeof sIFR == "function")
{
    sIFR.bHideBrowserText = false;
    sIFR.bFixFragIdBug = false; // not recommended!
    sIFR.setup();
};

// replacement rules
if(typeof sIFR == "function"){
    sIFR.replaceElement(".clubSubHeader", named({sFlashSrc: sifrPath+"tempo.swf", sColor: "#4e4e4e", sCase: "upper", sWmode:"transparent"}));
};