//here's the sIfr
//code for the h1 tags
var centuryGothic = {  src: 'centuryGothic.swf' };
sIFR.activate(centuryGothic);

sIFR.replace(centuryGothic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'centuryGothic.swf', 
  css: [ '.sIFR-root {color:#205692; text-align:center; }'  ]
});



//start jQuery functions
jQuery(document).ready(function(){
	
	/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});
	
});