//sIFR implementation
function pageScripts() {
var Avenir = {  src: DNN_skinPath + 'Avenir.swf' };
sIFR.activate(Avenir);
sIFR.replace(Avenir, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Avenir.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:28px;}'  ]
});
}

/*Menu implementation*/
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
