function GoLink(v)
{
   if(v != "None") location.href="http://" + v;
   else return false;
    
}
