$(function() {
		   
	$("img.frontpage").hover(function(){
		$(this).fadeOut(100);
		$(this).fadeIn(200);
	});

});
