/*	sIFR v2.0.7
	Copyright 2004 - 2008 Mark Wubben and Mike Davidson. Prior contributions by Shaun Inman and Tomas Jogin.
	
	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
*/

//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax

	
// This is the older, ordered syntax
	sIFR.replaceElement("h1", "swf/myriad_pro_medium.swf", "#7b200e", "#7b200e", "#000000", null, 0, 0, 0, 0, null, null, "transparent");
	sIFR.replaceElement("h2", "swf/myriad_pro_bold.swf", "#7b200e", "#7b200e", "#000000", null, 0, 0, 0, 0, null, "upper", "transparent");
	sIFR.replaceElement("h3", "swf/myriad_pro_medium.swf", "#ffffff", "#ffffff", null, null, 0, 0, 0, 0, null, null, "transparent");
};

//]]>
