if(typeof sIFR == "function"){
sIFR.replaceElement(named({sSelector:"#content h1",  sFlashSrc:"trajanpro.swf", sColor:"#000000", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#content h2",  sFlashSrc:"mrseavesitalic.swf", sColor:"#002a52", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#content h6",  sFlashSrc:"mrseavesitalic.swf", sColor:"#000000", sWmode:"transparent"}));
};



//here, we begin the bottom scripts
function runSiteScripts() {

// <![CDATA[
//var so = new SWFObject("flashnav.swf", "flashanim", "770", "276", "6", "ffffff");
//so.addParam("wmode", "transparent");
//so.write("flash");
// ]]>

 var flashvars = {};
 var params = {};
 var attributes = {};
 attributes.id = "flash";
 swfobject.embedSWF("flashnav.swf", "flash", "770", "276", "6", "http://tools.televoxsites.com/js/swfobject2/expressInstall.swf", flashvars, params, attributes);





// 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();};
}
}

}