// JavaScript Document
//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
//	sIFR.replaceElement(named({sSelector:"body .loginBox h1", sFlashSrc:"sifr.swf", sColor:"#929292", sLinkColor:"#000000",sHoverColor:"#CCCCCC", sBgColor:"#ffffff",  nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));

// This is the older, ordered syntax
	sIFR.replaceElement(".loginBox h1", "swf/interstateReg.swf", "#ffffff", null, null, "#ffc600", 0, 0, 0, 0);
	sIFR.replaceElement(".welcomeText h1","swf/interstateReg.swf", "#22233f", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement(".container h1","swf/new.swf", "#22233f", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement(".container h3","swf/interbold.swf", "#ffb400", null, null, null, 0, 0, 0, 0);

};

//]]>