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