/* Version: 2010.2.5.2 */
$(function(){$("#pageTabs a").each(function(){var a=$(this).attr("href");if(a.indexOf(window.location.pathname)>-1){$(this).closest("li").addClass("active");return false}})});