// CHANGE THIS AFTER PUSHING TO MIVA! var rootDirectory = ""; // DEV // var rootDirectory = "/ms"; // MIVA // PINT_BrowserDetection("browserupgrade.htm"); function init() { // var fileName = PINT_GetCurrentFileName(); // var directory = PINT_GetCurrentDirectory(); PINT_sifr(); } function cleanup() {} function PINT_sifr() { if(typeof sIFR == "function") { // body.main h3 title sIFR.replaceElement(named({sSelector:"body.main h3", sFlashSrc:rootDirectory + "/assets/flash/akzidenz_grotesk_be.swf", sColor:"#0d5cab", sWmode:"transparent"})); // body.main h4 title sIFR.replaceElement(named({sSelector:"body.main h4", sFlashSrc:rootDirectory + "/assets/flash/akzidenz_grotesk_be.swf", sColor:"#383838", sWmode:"transparent"})); } } window.onload = init; window.onunload = cleanup;