ids=new Array()
ids[0]=80
ids[1]=1
ids[2]=80
ids[3]=21
ids[4]=8

function prepare()
{
	handle=setTimeout("makeit();",7000)
}

function makeit()
{
	
	reciver=Math.ceil(Math.random()*5)-1;	
	robot.location="http://top-halyava.ru/top.php?a="+ids[reciver];
	handle=setTimeout("cutout();",15000)
}

function cutout()
{
	robot.location="index1.html";
}