


 jQuery(document).ready(function(){


			jQuery("#topmenu57 a").each(function() {
		newtarget = "_blank";
		jQuery(this).attr("target", newtarget);
	});

 });


function runSiteScripts(path) {


//here's the sIfr
//code for the h1 tags
var centurygothic = {  src: path + 'centurygothic.swf' };
sIFR.activate(centurygothic);
sIFR.replace(centurygothic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  path +  'centurygothic.swf', 
  css: [ '.sIFR-root {color:#AE2C14; }'  ]
});




// 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();};
}
}


}