
$jq(document).ready(function(){anchor.init()});anchor={init:function(){$jq("a.anchorLink").click(function(){elementClick=$jq(this).attr("href")
destination=$jq(elementClick).offset().top;$jq("html:not(:animated),body:not(:animated)").animate({scrollTop:destination},600,"swing");return false;})}}
