function geo_setcity(id)  {  var href;  var CityCookie  = Cookie.write('geo_city_id', id, {duration: 100});  if (href = findhref())    {    redirect(href);    }  else    {    redirect('/');    }  }
