function random_imglink(){
  var images=new Array()
  images[1]="http://www.noncouncil.com/images/404/404.gif"
  images[2]="http://www.noncouncil.com/images/404/404.jpg"
  images[3]="http://www.noncouncil.com/images/404/404_2.jpg"
  images[4]="http://www.noncouncil.com/images/404/404_5.jpg"
  images[5]="http://www.noncouncil.com/images/404/404v1li.jpg"
  images[6]="http://www.noncouncil.com/images/404/404xjsu.jpg"
  images[7]="http://www.noncouncil.com/images/404/mk271.jpg"

  var ry=Math.floor(Math.random()*images.length)

  if (ry==0)
     ry=1
     document.write('<img src="'+images[ry]+'" border=0 alt="File or page not found. Check your URL spelling or bitchslap the webmaster." title="File or page not found. Check your URL spelling or bitchslap the webmaster.">')
}

  random_imglink()