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



myimages[1]="projects/dutch_tourist_board/images/pano1_L.jpg"
myimages[2]="projects/industrial/images/pano1_L.jpg"
myimages[3]="projects/london_sketchclub/images/pano1_L.jpg"
myimages[4]="projects/retail_interiors/images/pano1_L.jpg"
myimages[5]="projects/royal_academy/images/pano1_L.jpg"
myimages[6]="projects/tourism_locations/images/pano1_L.jpg"
myimages[7]="projects/dutch_tourist_board/images/pano1_L.jpg"
myimages[8]="projects/industrial/images/pano1_L.jpg"
myimages[9]="projects/retail_interiors/images/pano1_L.jpg"
myimages[10]="projects/retail_interiors/images/pano1_L.jpg"
myimages[11]="projects/london_sketchclub/images/pano1_L.jpg"
myimages[12]="projects/royal_academy/images/pano1_L.jpg"
myimages[13]="projects/royal_academy/images/pano1_L.jpg"
myimages[14]="projects/shepperton/images/pano1_L.jpg"
myimages[15]="projects/shepperton/images/pano1_L.jpg"



var imagelinks=new Array()
imagelinks[1]="Dutch Tourist Board. Art Gallery"
imagelinks[2]="Royal College of Obstetrics & Gynecology"
imagelinks[3]="London Sketch Club. Three Graces"
imagelinks[4]="Retail/Interiors. Nick Allen Gallery"
imagelinks[5]="Royal Academy. Norman Adams."
imagelinks[6]="Tourism/Locations. Montacute House"
imagelinks[7]="Dutch Tourist Board. Canteen"
imagelinks[8]="Industrial. A Block. First Floor"
imagelinks[9]="Retail/Interiors. Bathroom"
imagelinks[10]="Retail/Interiors. Marie Mercier"
imagelinks[11]="London Sketch Club. Hesther"
imagelinks[12]="Royal Academy. Neiland"
imagelinks[13]="Royal Academy. Schools Corridor"
imagelinks[14]="Shepperton Film Studios. Korda Reception"
imagelinks[15]="Shepperton Film Studios. Old House. Reception"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write(  ' <img src="'+myimages[ry]+'" border=0>' + "<br>" + "<font face='verdana' size='1' color=#5B9397>" + imagelinks[ry] + "</font>")
}

random_img()
