$(document).ready(function() {
	$('body').append('<div id="sitemoved">This is an obsolete page from an old website <br /><a href="index.php">Please click here to visit our brand new website...</a></div>');
	$('body #sitemoved').hide(0);
	$('body #sitemoved').slideDown("slow")
	$('body').css({'margin' : '90px auto 0 auto'});
	$('#menu').css({'top' : '257px'});
	
})