$(document).ready(function(){
   $(".ButtonSend").hover(      //MORE GAMES HUGGIES (Footer Links)
        function() { $(this).attr("src",baseUrl + "Images/btnSendMailOn.gif"); },
        function() { $(this).attr("src",baseUrl + "Images/btnSendMail.gif");}
    );
});
