$j(document).ready(function(){
					   
	//$j("ul.Level1 li a").click(function() {
	//	$j(this).next().slideToggle('normal');
	//});
	
	$j("a").focus(function(){
		this.blur();
	});
	
	
	$j("a[href='#']").click(function() { return false });
});

function runSIFR(){
	var font = {  src: DNN_skinPath + 'flash/MyriadPro.swf'};
	sIFR.activate(font);
	sIFR.replace(font, {
  		selector: 'h1', 
  		wmode: 'transparent', 
  		src:  DNN_skinPath +  'flash/MyriadPro.swf', 
		css: [ '.sIFR-root {color:#787839; font-size:36px;}']
	});
}
