function redir()
{
window.location='index1.php';
}
setTimeout('redir();',10000);
