<!--

function hyps(tonne)
	{
	if (tonne=="nada") 
		{
		return false;
		}
	else
		{
		top.location.href = "http://" + tonne;
		}
	}

//-->

