function doLoad()
{
    // the timeout value should be the same as in the "refresh" meta-tag
	self.focus();
    setTimeout( "refresh()", 1 );
}

function refresh() 
{
    window.location.href = strURL;
}