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