if (flashinstalled == 2 && flashversion >= 6)
{
	var today = new Date();
	var the_date = new Date("December 31, 2023");
	var the_cookie_date = the_date.toGMTString();
	var the_cookie = "show_flash=1";
	var the_cookie_path = "/";
	var the_cookie = the_cookie + ";expires=" + the_cookie_date + ";path=" + the_cookie_path;
	document.cookie=the_cookie
}