function showImage(){
var myimages=new Array()

myimages[1]='<a href ="http://www.stratstonederbybmw.co.uk/"><img src="/derbyshireccc/images/logos/bmw.gif" width=209 height=80 class=logo alt="Stratstone BMW"></a>';
myimages[2]='<a href ="http://www.eastmidlandsdemolition.co.uk/"><img src="/derbyshireccc/images/logos/eastmidsdem.gif" width=209 height=70 class=logo alt="East Midlands Demolition"></a>';
myimages[3]='<a href ="http://www.flintbishop.co.uk/"><img src="/derbyshireccc/images/logos/flintbishopsolicitors.gif" width=209 height=90 class=logo alt="Flint Bishop"></a>';
myimages[4]='<a href="http://www.visitpeakdistrict.com/"><img src="/derbyshireccc/images/logos/peakdistrict.gif" width=209 height=90 class=logo alt="Visit Peak District"></a>';
myimages[5]='<a href="http://www.derby.ac.uk/"><img src="/derbyshireccc/images/logos/universityofderby.gif" width=209 height=90 border=0 class=logo alt="University of Derby"></a>';
myimages[6]='<a href="http://www.uttoxeter-racecourse.co.uk/"><img src="/derbyshireccc/images/logos/uttoxeterraces.gif" width=209 height=80 class=logo alt="Uttoxeter Racecourse"></a>';
myimages[7]='<a href="http://www.wdslimited.co.uk/"><img src="/derbyshireccc/images/logos/wds.gif" width=209 height=80 class=logo alt="WDS Limited"></a>';
myimages[8]='<a href="http://www.derbyshiresport.co.uk/"><img src="/derbyshireccc/images/logos/dsport.gif" width=209 height=70 class=logo alt="Derbyshire Sport"></a>';
myimages[9]='<a href="http://www.derbylive.co.uk/"><img src="/derbyshireccc/images/logos/derbylive.gif" width=209 height=90 class=logo alt="Derby Live"></a>';
myimages[10]='<a href="http://www.breezehouse.co.uk/"><img src="/derbyshireccc/images/logos/breezehouse.gif" width=209 height=90 class=logo alt="Breeze House"></a>';
myimages[11]='<a href="http://www.orchidit.com/"><img src="/derbyshireccc/images/logos/orchid.gif" width=209 height=90 class=logo alt="Orchid IT"></a>';
myimages[12]='<a href="http://www.virginactive.co.uk/ClubInfo/ClubPages/Derby.aspx"><img src="/derbyshireccc/images/logos/virgin.gif" width=209 height=90 class=logo alt="Virgin Active"></a>';
myimages[13]='<a href="http://www.handelsbanken.co.uk/derby"><img src="/derbyshireccc/images/logos/handelsbanken.gif" width=209 height=90 class=logo alt="Handelsbanken"></a>';
myimages[14]='<a href="http://www.morleyhayes.com/"><img src="/derbyshireccc/images/logos/morleyhayes.gif" width=209 height=90 class=logo alt="Morley Hayes"></a>';
myimages[15]='<a href="http://www.jamespipephysio.com/"><img src="/derbyshireccc/images/logos/jpphysio.gif" width=209 height=80 class=logo alt="Jamie Pipe Physio"></a>';
myimages[16]='<a href="http://www.jenkinsonscaterers.co.uk/"><img src="/derbyshireccc/images/logos/jenkinsons.gif" width=209 height=80 class=logo alt="Jenkinsons Caterers"></a>';

for (i = 1; i < 8; i++) {
  var ry= Math.floor((myimages.length-1)*Math.random()) + 1;
  document.write(myimages[ry]);
  for(j=ry; j<=myimages.length-1;j++){
    myimages[j]=myimages[j+1];
  }
  myimages.splice(myimages.length-1,1);

}
}
