/*	sIFR 2.0.2
	Copyright 2004 - 2006 Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
*/

if(typeof sIFR == "function"){
	// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"body #content h1", sFlashSrc:"js/sifr.swf", sCase:"upper", sColor:"#282523", sLinkColor:"#282523", sBgColor:"#ffffff", sHoverColor:"#282523", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body #content p.section", sFlashSrc:"js/sifr2gill.swf", sCase:"upper", sColor:"#b2b2b2", sLinkColor:"#b2b2b2", sBgColor:"#ffffff", sHoverColor:"#b2b2b2", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

};


