$(document).ready(function() {
	$('#headline div span').hide();
	$('#headline div img').show();
});
