/* *** GLOBAL domReady begin *** */
$(document).ready(function() {

	$('div#tabs ul#idTabs').tabs('div.inside > ul',{
		current:'selected',
		effect:'fade',
		fadeOutSpeed:'fast',
	});
});
	
/* Replacing the first nav-level, the h1 of media and
* all h1 in the contentArea with a nice font
*/
	pf = navigator.platform;

	/*if(pf != 'iPhone') {
		if(pf != 'iPod') {
			Cufon.replace('ul#navMain>li>a',{
				fontFamily:'bold_cond',
				hover:true
			});
			
			Cufon.replace('.post h2, .post-title h3',{
				fontFamily:'light',
				hover:true
			});
		}
	}*/
	
	
	
/*
$(document).ready(function() {
	//alert("load");
	
	$("ul#idTabs").idTabs(function(id,list,set){ 
		$("a",set).removeClass("selected").filter("[@href='"+id+"']",set).addClass("selected");
		for(i in list) 
			$(list[i]).hide();
		$(id).fadeIn();
		return false; 
	}); 
});
*/
