function randimg() { } ; r = new randimg() ; n = 0

//-------------Database----------
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_1.jpg" WIDTH="73" HEIGHT="73" ALT="Staff">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_2.jpg" WIDTH="73" HEIGHT="73" ALT="Staff">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_3.jpg" WIDTH="73" HEIGHT="73" ALT="Staff">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_4.jpg" WIDTH="73" HEIGHT="73" ALT="Ideas">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_5.jpg" WIDTH="73" HEIGHT="73" ALT="Ideas">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_6.jpg" WIDTH="73" HEIGHT="73" ALT="Manufacture">'
r[n++]= '<IMG SRC="graphics/wonderwells_header_pic_series_1_7.jpg" WIDTH="73" HEIGHT="73" ALT="Private Labeling Color Chart">'
//-------------------------------

i=Math.floor(Math.random() * n) ;
document.write( r[i] )