function go(idout)
{
(new Image()).src="index.php?go=out&idout="+idout;
return true;
}

if (top != self) {
top.location.href = location.href;
}
