<body onblur="FocusIt()" MS_POSITIONING="GridLayout">
<script language="javascript">
function FocusIt()
{
self.focus()
}
</script>