$(function(){

$('#Image1').hover(function() {
	$(this).attr("src","http://beautifuldecay.com/wp-content/themes/default2/images/bdlogoheader.gif");
		}, function() {
	$(this).attr("src","http://beautifuldecay.com/wp-content/themes/default2/images/bdlogoheaderstill.gif");
});
});
