nell'head

<script>
var howLong = 5000;

t = null;
function closeMe(){
t = setTimeout("self.close()",howLong);
}
</script>

e il body:

<body onload="closeMe();self.focus()">