function gourl(id)
{
  mainurl = "http://www.frixo.com/";
  window.location= mainurl + "go-url.asp?id=" + id;
}