function showImage(){
var myimages=new Array()

myimages[1]='<a href ="http://www.alto-seating.co.uk/"><img src="/derbyshireccc/images/logos/alto.gif" width=209 height=90 class=logo alt="Alto Seating"></a>';
myimages[2]='<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[3]='<a href ="http://www.cruiseclothing.co.uk/#1X0"><img src="/derbyshireccc/images/logos/cruise.gif" width=209 height=60 class=logo alt="Cruise Clothing"></a>';
myimages[4]='<a href ="http://www.dayshotelderby.com/"><img src="/derbyshireccc/images/logos/dayshotel.gif" width=209 height=77 class=logo alt="Days Hotel"></a>';
myimages[5]='<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[6]='<a href ="http://www.eastmidlandsvehiclehire.co.uk/"><img src="/derbyshireccc/images/logos/eastmidsv.gif" width=209 height=70 class=logo alt="East Midlands Vehicle Hire"></a>';
myimages[7]='<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[8]='<a href="http://www.mitchellandhewitt.co.uk/"><img src="/derbyshireccc/images/logos/mitchellhewitt.gif" width=209 height=80 class=logo alt="Mitchell &amp; Hewitt"></a>';
myimages[9]='<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[10]='<a href="http://www.imagearchitect.co.uk/dev/raygar/index.html"><img src="/derbyshireccc/images/logos/raygar.gif" width=209 height=80 class=logo alt="Image Architect"></a>';
myimages[11]='<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[12]='<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[13]='<a href="http://www.veolia.co.uk/"><img src="/derbyshireccc/images/logos/veolia.gif" width=209 height=90 class=logo alt="Veolia"></a>';
myimages[14]='<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[15]='<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[16]='<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[17]='<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[18]='<a href="http://www.excloosive.co.uk/"><img src="/derbyshireccc/images/logos/excloosive.gif" width=209 height=90 class=logo alt="ExcLOOSive Event Hire"></a>';
myimages[19]='<a href="http://www.mygolfbuggy.com/"><img src="/derbyshireccc/images/logos/mygolfbuggy.gif" width=209 height=90 class=logo alt="MyGolfBuggy"></a>';
myimages[19]='<a href="http://www.morecrofts.net/"><img src="/derbyshireccc/images/logos/morecrofts.gif" width=209 height=90 class=logo alt="Morecrofts"></a>';
myimages[20]='<a href="http://www.orchidit.com/"><img src="/derbyshireccc/images/logos/orchid.gif" width=209 height=90 class=logo alt="Orchid IT"></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);

}
}