
var helvetica25UL = {  src: 'helvetica25UL.swf' };
sIFR.activate(helvetica25UL);

sIFR.replace(helvetica25UL, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'helvetica25UL.swf', 
  css: [ '.sIFR-root {color:#000000;}'  ]
});

function runSiteScripts() {

//var so = new SWFObject("topflash.swf", "animation2", "770", "194", "6", "#ffffff");
//so.addParam("wmode", "transparent");
//so.write("topflash");

// 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();};
}
}


}