function registerInit()
{	
	if(typeof sIFR == "function"){
		/* Landing Page */
		sIFR.replaceElement(named({sSelector:".pagetitle h2 .interstate", sWmode:"transparent", sFlashSrc:"_lib/swf/interstate.swf", sColor:"#ffffff" }));
	}
}

$(document).ready(registerInit);