(function($) {
	$(function(){
		/*$("DIV.tabPane").each(function(){
				this.innerHTML=this.id;
		});*/
		$(".PRLanding .tabs > ul").tabs("DIV.tabPane",{
			history: false, 
			api:false,
			current:'ui-tabs-selected'
		});
		//$("DIV.tabPane").css('border','1px solid red');
	});
})(jQuery);