function randimg() { } ; r = new randimg() ; n = 0

r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/cdf_detector.jpg" WIDTH="500" ALT="The CDF Detector"><div class="caption">The CDF Detector at the Fermilab Tevatron</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/ArthurDaley.jpg" WIDTH="500" ALT="Arthur Daley"><div class="caption">"Penge Needs You Terence"</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/SidWaddell.jpg" WIDTH="500" ALT="Sid Waddell"><div class="caption">"The closest Jockey has come to aerobic exercise is playing chess with the windows open"</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/JimmyWhite.jpg" WIDTH="500" ALT="Jimmy White"><div class="caption">"I have not come to Sheffield to look at the gardens near the hotel. If I didn\'t think I could win the World Championship I would go and play golf badly in Spain."</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/TonyWilson.jpg" WIDTH="500" ALT="Tony Wilson"><div class="caption">"I\'m a minor player in my own life story"</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/1953.jpg" WIDTH="500" ALT="1953"><div class="caption">1953 - a fine year for football, unless you were a Bolton fan</div>'
r[n++]= '<IMG SRC="http://www.hep.ucl.ac.uk/~markl/images/BlancheHunt.jpg" WIDTH="500" ALT="Blance Hunt"><div class="caption">"Good looks are a curse, Deirdre. You and Kenneth should count yourselves lucky"</div>'

i=Math.floor(Math.random() * n) ; 
document.write( r[i] )


