/*	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/>
	
	This is where all the SIFR stuff is set up. - the JS looks for the elements and puts in these details

*/


if(typeof sIFR == "function"){
    sIFR.replaceElement("h1", named({sFlashSrc: "/retailer_websites/includes/sifr/garamond.swf", sBgColor: "#000", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0, nPaddingRight:0, sFlashVars:"textalign=right"}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("#homepage_message h2", named({sFlashSrc: "/retailer_websites/includes/sifr/garamond.swf", sBgColor: "#000", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0}));
};




