window.onload = doLoad;function doLoad(){    setTimeout( "refresh()", 10*1000 );}function refresh(){    window.location.reload( false );}
