 var sURL = unescape(window.location.pathname);
 function doLoad() {
    setTimeout( "refresh()", 30000 );
 }
 function refresh() {
    window.location.reload( true );
 }
