jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#navigation li ul:empty").remove();


});



function runSiteScripts(path) {
//here's the sIfr
//code for the h1 tags
var tw_cen_mt_con = {  src: path + 'tw_cen_mt_con.swf' };
sIFR.activate(tw_cen_mt_con);
sIFR.replace(tw_cen_mt_con, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  path +  'tw_cen_mt_con.swf', 
  css: [ '.sIFR-root {color:#2f2d59; }'  ]
});
}
/*
var zapfino = {  src: path + 'zapfino.swf' };
sIFR.activate(zapfino);
sIFR.replace(zapfino, {
  selector: '.contestTitle', 
  wmode: 'transparent', 
  src:  path +  'zapfino.swf', 
  css: [ '.sIFR-root {color:#083a81; }'  ]
  
});
*/


