// JavaScript Document

function autoReload()
{
var timeID = setTimeout("location.href= 'index.asp'", 120000)
}
