$(document).ready(function(){$(".content:not(:first-child)").hide();$(".content:first-child").show();$("#service-list li a").click(function(){stringref=$(this).attr("href").split("#")[1];$(".active").removeClass("active");$(this).addClass("active");$(".content:not(#"+stringref+")").hide();$.browser.msie&&jQuery.browser.version.substr(0,3)=="6.0"?$(".content#"+stringref).show():$(".content#"+stringref).fadeIn();return false})});

