if(typeof sIFR == "function"){
sIFR.replaceElement(named({sSelector:"#content h1",  sFlashSrc:"centurygothic.swf", sColor:"#f5513c", sWmode:"transparent"}));
};


function runSiteScripts() {

var so = new SWFObject("flashnav.swf", "animation", "770", "225", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("flashnav");

// gets rid of focus box on click
if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}


}