$(document).ready(function() {
	$.getJSON('/geo.php', function(data) {
		if (data == true) {
			$('#euroimage').show();
		}
	});
});
