/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_images = 22;
images = Math.floor (num_of_images * Math.random());

if (images==0) {
body="halewood1.jpg";
author = "Stuart Halewood";
}

if (images==1) {
body="halewood2.jpg";
author = "Stuart Halewood";
}

if (images==2) {
body="halewood3.jpg";
author = "Stuart Halewood";
}

if (images==3) {
body="halewood4.jpg";
author = "Stuart Halewood";
}

if (images==4) {
body="halewood5.jpg";
author = "Stuart Halewood";
}

if (images==5) {
body="halewood6.jpg";
author = "Stuart Halewood";
}

if (images==6) {
body = "moose1.jpg";
author = "Moose O'Donnell";
}

if (images==7) {
body = "moose2.jpg";
author = "Moose O'Donnell";
}
if (images==8) {
body = "moose3.jpg";
author = "Moose O'Donnell";
}

if (images==9) {
body="halewood7.jpg";
author = "Stuart Halewood";
}

if (images==10) {
body="halewood7.jpg";
author = "Stuart Halewood";
}

if (images==11) {
body="halewood8.jpg";
author = "Stuart Halewood";
}

if (images==12) {
body="lester_00.jpg";
author = "Sarah Lester";
}
if (images==13) {
body="lester_01.jpg";
author = "Sarah Lester";
}
if (images==14) {
body="lester_02.jpg";
author = "Sarah Lester";
}
if (images==15) {
body="lester_03.jpg";
author = "Sarah Lester";
}
if (images==16) {
body="lester_04.jpg";
author = "Sarah Lester";
}
if (images==17) {
body="lester_05.jpg";
author = "Sarah Lester";
}
if (images==18) {
body="lester_06.jpg";
author = "Sarah Lester";
}
if (images==19) {
body="kordas_01.jpg";
author = "Becca Kordas";
}
if (images==20) {
body="kordas_02.jpg";
author = "Becca Kordas";
}
if (images==21) {
body="kordas_03.jpg";
author = "Becca Kordas";
}
if (images==22) {
body="kordas_04.jpg";
author = "Becca Kordas";
}
document.write('<BLOCKQUOTE><FONT SIZE=\"-1\">');
document.write('<img src=\"./images/contributed/' + body + '\"><BR></center>');
document.write('<DIV ALIGN=\"right\">Photo by '+ author +'<br>');
document.write('</FONT></BLOCKQUOTE>');
