 $(document).ready(function() {
        $('.topnav a').mouseenter(function(){
        $(this).effect('pulsate',{ times:1});
    });
});



