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