//activates the sIFR3
var pageHeader = {src:'futuraCondensed.swf'};
sIFR.activate(pageHeader);

sIFR.replace(pageHeader, {
  selector:'h1', 
  wmode:'transparent', 
  src:'futuraCondensed.swf', 
  css:['.sIFR-root {color:#ffffff;}' ]
});




//start jQuery functions
$(document).ready(function(){
	// remove box from links
	$("a").focus(function(){this.blur();});
	
});