function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="toprotateimage1.jpg"
  myimages[2]="toprotateimage2.jpg"
  myimages[3]="toprotateimage3.jpg"
  myimages[4]="toprotateimage4.jpg"
  myimages[5]="toprotateimage5.jpg"
  myimages[6]="toprotateimage6.jpg"
  myimages[7]="toprotateimage7.jpg"
  myimages[8]="toprotateimage8.jpg"
  myimages[9]="toprotateimage9.jpg"

  var ry=Math.floor(Math.random()*myimages.length)
 
  if (ry==0)
     ry=1
     document.write('<img src="'+myimages[ry]+'" border=0>')
}
  
  function random_imglink2(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="sidequotes1.jpg"
  myimages[2]="sidequotes2.jpg"
  myimages[3]="sidequotes3.jpg"
  myimages[4]="sidequotes4.jpg"
  myimages[5]="sidequotes5.jpg"
  myimages[6]="sidequotes6.jpg"


   
  var ry=Math.floor(Math.random()*myimages.length)
 
  if (ry==0)
     ry=1
     document.write('<img src="'+myimages[ry]+'" border=0>')
}

