var alertFlash = 0;
if(GetCookie("alertFlash") == "1") {
	alertFlash = 1;
} else {
	document.cookie = "alertFlash=1";
}
