var lucidiaCalligraphy = {  src: DNN_skinPath + 'lucidiaCalligraphy.swf' };
sIFR.activate(lucidiaCalligraphy);

sIFR.replace(lucidiaCalligraphy, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath + 'lucidiaCalligraphy.swf', 
  css: [ '.sIFR-root {color:#534741; }']
});	


jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#sitenav').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	});
							