//function doLoad()
//{
    // the timeout value should be the same as in the "refresh" meta-tag
//    setTimeout( "refresh()", 60*1000 );
//}
function refresh()
{
    //  This version does NOT cause an entry in the browser's
    //  page view history.  Most browsers will always retrieve
    //  the document from the web-server whether it is already
    //  in the browsers page-cache or not.
    //  
    window.location.replace( sURL );
}
