$(function() { $("a[href $='" + location.pathname + "']").parents("li").each(function() { $(this).addClass("current"); }); });
$(function() { $("#pcsmenu").lavaLamp({ fx: "backout", speed: 700, click: function(event, menuItem) { return true; } }); });

