/*sIFR*/

var angelina = { src: DNN_skinPath+'angelina.swf' };
sIFR.activate(angelina);
sIFR.replace(angelina, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath+'angelina.swf',
  css: [
      '.sIFR-root {color:#F8DD8E;}'
    ]
});


/*Menu implementation*/
jQuery(document).ready(function(){
	jQuery("#MainMenu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	});
});
