function SetAndGo(name,value,newurl)
{
       var ck = name+"="+value+""+"; path=/";
       document.cookie = ck;
       window.location=newurl;
}
