$(document).ready(function() {
	$("body img:first").css('display', 'none');
});
