function func1()
{
if (top == self) self.location.href = "../index.html"; 
}

function func1delay()
{
	setTimeout("func1()", 3000);
}

