function visitWebsite(id)
{
	top.location.href='http://'+location.hostname+'/go.php?id='+id;
}