jQuery(document).ready(function(){var a=jQuery("#counter-count").data("counter");if(a!="0"){jQuery("li.aazeen-w-red-tab a").append(''+a+"")}else{jQuery(".aazeen-tab").removeClass("aazeen-w-red-tab")}function b(e){jQuery(e).parent().addClass("active");jQuery(e).parent().siblings().removeClass("active");var d=jQuery(e).attr("href");jQuery(".aazeen-tab-pane").not(d).css("display","none");jQuery(d).fadeIn()}var c=location.hash;if((typeof c!=="undefined")&&(c!="")){b('a[href="'+c+'"]')}jQuery(".aazeen-nav-tabs a").click(function(d){d.preventDefault();b(this)});$tab=jQuery(".aazeen-tab-content > div");$admin_menu_height=jQuery("#adminmenu").height();if((typeof $tab!=="undefined")&&(typeof $admin_menu_height!=="undefined")){$newheight=$admin_menu_height-180;$tab.css("min-height",$newheight)}});