function displayFlash()
{
    if (xGetElementById("header"))
    {
	    var so = new SWFObject("../flash/header.swf", "mymovie", "980", "250", "8", "#000000");
	    so.addParam("wmode", "transparent");
	    so.addVariable("xmlfile", "../flash/xml/Images.aspx");
	    so.write("header");
	}
}

window.onload = function()
{
   if (typeof sIFR == "function")
   {
        sIFR.bHideBrowserText = false;
        sIFR.bFixFragIdBug = false; // not recommended!
        sIFR.setup();
        sIFR.replaceElement("#content h1, #content h2, #content h3, #content h4", named({sFlashSrc: "../flash/CKJournaling.swf", sColor: "#b84d4e", sFlashVars: ""}));
        sIFR.replaceElement("#contentFull h1, #contentFull h2, #contentFull h3, #contentFull h4", named({sFlashSrc: "../flash/CKJournaling.swf", sColor: "#b84d4e", sFlashVars: ""}));
        sIFR.replaceElement("#rail h1, #rail h2, #rail h3", named({sFlashSrc: "../flash/ChalkDust.swf", sColor: "#e75a55", sWmode: "transparent", sFlashVars: ""}));
   }
   
   displayFlash();
}