//here's the sIfr
//code for the h1 tags
var futura_light_condensed = {  src: 'futura_light_condensed.swf' };
sIFR.activate(futura_light_condensed);

sIFR.replace(futura_light_condensed, {
  selector: '#content h1', 
  wmode: 'transparent', 
  src: 'futura_light_condensed.swf', 
  css: [ '.sIFR-root {color:#ab3630; letter-spacing:5;}'  ]
});




function runSiteScripts() {

var so = new SWFObject("flashheader.swf", "flashmov", "770", "205", "6", "ffffff");
so.addParam("wmode","transparent");
so.write("flashheader");

// 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();};
}
}

}