function random_imglink(){
  var myimages=new Array()
  myimages[1]="http://www.profpilot.co.uk/images/helpathand.png"
  myimages[2]="http://www.profpilot.co.uk/images/dashing.png"
  myimages[3]="http://www.profpilot.co.uk/images/directory.png"
  myimages[4]="http://www.profpilot.co.uk/images/tediousfriend.png"
  myimages[5]="http://www.profpilot.co.uk/images/uhoh.png"
  myimages[6]="http://www.profpilot.co.uk/images/crappyschool.png"
  myimages[7]="http://www.profpilot.co.uk/images/lazy.png"
  myimages[8]="http://www.profpilot.co.uk/images/emptyforum.png"
  myimages[9]="http://www.profpilot.co.uk/images/steven.png"
  
  var imagelinks=new Array()
  imagelinks[1]="http://www.profpilot.co.uk/index.php"
  imagelinks[2]="http://www.profpilot.co.uk/index.php"
  imagelinks[3]="http://www.profpilot.co.uk/schools/index.php"
  imagelinks[4]="http://www.profpilot.co.uk/articles/index.php"
  imagelinks[5]="http://www.profpilot.co.uk/medical/index.php"
  imagelinks[6]="http://www.profpilot.co.uk/schools/index.php"
  imagelinks[7]="http://www.profpilot.co.uk/articles/videos/index.php"
  imagelinks[8]="http://www.profpilot.co.uk/forums/index.php"
  imagelinks[9]="http://www.profpilot.co.uk/articles/category/stevens-ppl-diary/"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}
