<!--
if (document.cookie && document.cookie != "")
{

var pos = document.cookie.indexOf("AgeCheck1=");
if (pos != false)
{
  location = "id.html";
}
}
else
{
    
	location = "id.html";
}
//-->
