function GlobalOnLoad() {
	
	checkCookie();
	
	$("#header-image").animate({
		opacity: 1
	},	2500);
	
}