//here's the sIfr
//code for the h1 tags
var centuryGothic = {  src: 'centuryGothic.swf' };
sIFR.activate(centuryGothic);

sIFR.replace(centuryGothic, {
  selector: '.content h1', 
  wmode: 'transparent', 
  src: 'centuryGothic.swf', 
  css: [ '.sIFR-root {color:#66086f; font-weight:bold; }'  ]
});


function runSiteScripts() {

var so = new SWFObject("flashheader.swf", "animation", "780", "349", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("flashheader");

var so = new SWFObject("flashnav.swf", "animation2", "780", "64", "6", "ffffff");
//so.addVariable("sectionID","<%=submenuSection%>");
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();};
}
}


}
