var page=window.location.hash;var str=page.substring(1);var i,j;j=1;for(i=48;i>=1;i--){ document.write("<a class='pagetext' href='"+((10000-i)+1)+".shtml#"+j+"' >[");if(str==j)document.write("<font color='#FF0000'>"+j+"</font>");else document.write(j);document.write("]</a> ");j=j+1;}