var j=0;

function OverPages(ThisPage)
{
var Pages=8;
var Type="humor"
var i;

  if(Math.floor(j/2)==j/2)
  {
   Up();
  }
  var ref=escape(document.URL);
  if (ref!="") { ref_ref="&hr="+ref; } else { ref_ref=""; }
  document.write("<p align='center'><b>");
  document.write("Другие:   ");
  if(ThisPage<Pages) document.write("<a href='"+Type+(ThisPage+1)+".html'><<<    </a>");
  for(i=Pages;i>0;i--)
  {
    if(i==ThisPage)
      document.write(i);
    else
      document.write("<a href='"+Type+i+".html'>"+i+"</a>");
    document.write(", "); 
  }
  if(ThisPage>1) document.write("<a href='"+Type+(ThisPage-1)+".html'>   >>></a>");
  if(Math.floor(j/2)!=j/2)
  {
   Down();
  }  
  j++;
  document.write("</b></p>");
}
