// JavaScript Document

// Array of feature panel images
function randimg() { } ; r = new randimg() ; n = 0
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image1.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image2.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image3.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image4.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image5.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image6.jpg" width="240" height="200" title="Photos of Applecroft">'
	r[n++]= '<img src="http://www.applecroft.herts.sch.uk/_images/array_left/image7.jpg" width="240" height="200" title="Photos of Applecroft">'
	i=Math.floor(Math.random() * n) ;
	document.write( r[i] )