$(function() {
    $(".pulselink").click(function() {
        $.scrollTo('#contactpulse', {duration: 600, axis:"y", onAfter:function(){
            $('#contactpulse').effect("highlight", {color: "red"}, 3000); }
        });
    });
});
