<script>
function f() {
var timeout = setTimeOut("history.go(-1)",10000);
}
</script>

<body onLoad="javascript:f()">