//
cooky = GetCookie("POLL");
if (cooky == null)
{
show_answers();
}
else
{
show_results("cp");
}

