
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.


quotes[0]='<img src="images/JohnVane.jpg">'

quotes[1]='<img src="images/genexpression.jpg">'

quotes[2]='<img src="images/SNP.jpg">'

quotes[3]='<img src="images/IMG_0047.JPG" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[4]='<img src="images/tech_1a.JPG" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[5]='<img src="images/tech_2a.JPG" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[6]='<img src="images/tech_3a.JPG" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[7]='<img src="images/tech_4a.jpg" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[8]='<img src="images/tech_4a.jpg" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[9]='<img src="images/CHSQ1.JPG" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

quotes[10]='<img src="images/CHSQ2.jpg" width="150" height="200" alt="" title="just dopped in" border="0" align="" />'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

