// JavaScript Document
//**********************************************************
function redirect() 
{
window.location="index.php";
}