


//here's the sIfr
var univers_55 = {src:  'univers_55.swf' };
sIFR.activate(univers_55);

sIFR.replace(univers_55, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  'univers_55.swf', 
  css: [ '.sIFR-root {color:#dad2ae; font-weight:bold;}'  ]
});	




function runSiteScripts() {



// 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();};
}
}


}