$(document).ready(function(){
	$('#notification').animate({opacity: 1.0}, 1500).fadeOut('slow');
	setupZoom();
});