function loadMasthead() {
	if (typeof sIFR == "function" && useFlash) {
		sIFR.replaceElement(named({oNodeRef: document.getElementById("pMasthead"), sFlashSrc: "/autogauge/homepage_nav.swf", sWmode: "opaque"}));
	}
}

AttachEvent(window, "load", loadMasthead);