/*	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/>
*/


if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac && (!sIFR.UA.bIsWebKit || sIFR.UA.nWebKitVersion >= 100)){
	sIFR.setup();
};

var TypefacePath = 'http://www.colonydevelopmentpartners.com/web/flash/maureacaps.swf';

if(typeof sIFR == "function"){
sIFR.replaceElement("h1", named({sFlashSrc: TypefacePath, sColor: "#4E84C4"}));
sIFR.replaceElement("h2", named({sFlashSrc: TypefacePath, sColor: "#4E84C4"}));
//sIFR.replaceElement("h1", named({sFlashSrc: TypefacePath, sColor: "#91A067", sFlashVars: "textalign=center", sCase: "upper"}));
};

