$(function(){
		   $('#img').hover(
	  function(){
	    $(this).attr('src','Pictures/IMG_0131.JPG');
	  },
		function(){
		  $(this).attr('src','Pictures/IMG_0129.JPG');
		}
	);
});
