/*	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/sansation_bold.swf", "#0072cf", "#0072cf", null, null, 0, 0, 0, 0, null);
	sIFR.replaceElement("h2", "swf/sansation_bold.swf", "#ffffff", "#ffffff", "#fbabe5", null, 0, 0, 0, 0, null, null, "transparent");
	sIFR.replaceElement("h3", "swf/sansation_bold.swf", "#ffffff", "#ffffff", null, null, 0, 0, 0, 0, null, null, "transparent");
};

//]]>
