function go(whereto)
{
str="document.location.href='" + whereto + "'";
eval(str);

}