function jump()
{
	location.href="http://www.jaspa-net.com/";
	}
	{
	setTimeout("jump()",5000)
}