//here's the sIfr
//code for the h1 tags


//code for menu titles
/*var futura = {  src: 'futuraMdBT.swf' };
sIFR.activate(futura);
sIFR.replace(futura, {
  selector: '.menuTitle', 
  wmode: 'transparent', 
  src: 'futuraMdBT.swf',
  css: ['.sIFR-root {color:#dfd2b3; cursor:arrow;}',
		'a {color:#dfd2b3; text-decoration:none;}',
		'a:hover {color:#dfd2b3; text-decoration:none;}']
});*/

function runSiteScripts() {

var so = new SWFObject("flashheader.swf", "flashmov", "900", "240", "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();};
}
}

}
