$(document).ready(function(){
	$(".animateHide").delay(1800).fadeOut(1200)
});
