// Colour sIFR

if (typeof sIFR == "function"){

// This is the preferred "named argument" syntax

	sIFR.replaceElement(named({
	sSelector:"h1", 
	sFlashSrc:"/sifr/flash/lucidacalligraphy.swf",
	sColor:"#033B74", 
	sLinkColor:"#033B74", 
	sBgColor:"", 
	sHoverColor:"", 
	nPaddingTop:0, 
	nPaddingBottom:0, 
	sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0",
	sWmode:"transparent"}));
};

