<script>
function waitfor()
{
window.location.reload();
}
setTimeout("waitfor()",1000);
</script>