jQuery().ready(function(){
	if (typeof(Cufon)!="undefined"){
		Cufon.replace('.title0');
		Cufon.replace('.title0_black');
		Cufon.replace('.title1');
		Cufon.replace('.Head');
		Cufon.now();
	};
	jQuery('div.tabs').tabs('.images > div', { effect: 'fade', fadeOutSpeed: 'slow', rotate: true }).slideshow();
	jQuery('ul.tabs').tabs('div.panes > div');
	if (jQuery.browser.msie){
		if (typeof(Cufon)!="undefined"){ Cufon.replace('.megamenu_title'); Cufon.now(); };
		jQuery("iframe").each(function(i) { jQuery(this).attr("allowtransparency","true"); });
	}
	jQuery("a,map,area,input:radio,input:checkbox,object,embed").each(function(i) { jQuery(this).focus(function(e){ if (this.blur) this.blur() }); });
	jQuery("#dnn_LeftPane .bg_10:last").parent().remove();
	jQuery("#dnn_ContentPane .bg_10:last").parent().remove();
	if ($("#dnn_dnnLOGO_hypLogo").html().length<=0) $("#dnn_dnnLOGO_hypLogo").html('<img src="'+_skin_path+'images/head_logo.png" width="520" height="98" alt="'+$("#dnn_dnnLOGO_hypLogo").attr("title")+'" />');
});
