<!-- 
// Author:Woodson Savage
// Homepage: http://www.shafted.org
// Email: wsavage@shafted.org
// 
// Permission to use this script is given as long as this header
// stays with the script wherever it gets copied.  
//
// This script modified from one by Brandon Checketts <Brandon@microbits.com>

// You can add more images here if you want, but be sure to change 
// numimages to the right number or it won't show any of the new ones

numimages=21;
imageArray = new Array(numimages);
imageArray[0]="<a href=\"vinyl/american.html\"><img src=\"vinyl/pics/american.jpg\" width=170 height=336 border=2 alt=\"\"></a>"
imageArray[1]="<a href=\"cds/ant.html\"><img src=\"cds/pics/ant.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[2]="<a href=\"cds/bogues1.html\"><img src=\"cds/pics/bogues1.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[3]="<a href=\"cds/bogues2.html\"><img src=\"cds/pics/bogues2.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[4]="<a href=\"cds/coolies.html\"><img src=\"cds/pics/coolies.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[5]="<a href=\"vinyl/crazy.html\"><img src=\"vinyl/pics/crazy.jpg\" width=170 height=340 border=2 alt=\"\"></a>"
imageArray[6]="<a href=\"vinyl/darker.html\"><img src=\"vinyl/pics/darker.jpg\" width=170 height=170 border=2 alt=\"\"></a>"
imageArray[7]="<a href=\"vinyl/drivin.html\"><img src=\"vinyl/pics/drivin.jpg\" width=170 height=251 border=2 alt=\"\"></a>"
imageArray[8]="<a href=\"cds/east.html\"><img src=\"cds/pics/east.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[9]="<a href=\"vinyl/freedom.html\"><img src=\"vinyl/pics/freedom.jpg\" width=170 height=202 border=2 alt=\"\"></a>"
imageArray[10]="<a href=\"vinyl/hey.html\"><img src=\"vinyl/pics/hey.jpg\" width=170 height=173 border=2 alt=\"\"></a>"
imageArray[11]="<a href=\"cds/hitsville.html\"><img src=\"cds/pics/hitsville.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[12]="<a href=\"vinyl/jack.html\"><img src=\"vinyl/pics/jack.jpg\" width=170 height=170 border=2 alt=\"\"></a>"
imageArray[13]="<a href=\"cds/les.html\"><img src=\"cds/pics/les.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[14]="<a href=\"cds/notdogs1.html\"><img src=\"cds/pics/notdogs1.jpg\" width=240 height=178 border=2 alt=\"\"></a>"
imageArray[15]="<a href=\"cds/ottoman.html\"><img src=\"cds/pics/ottoman.jpg\" width=150 height=150 border=2 alt=\"\"></a>"
imageArray[16]="<a href=\"vinyl/prayin.html\"><img src=\"vinyl/pics/prayin.jpg\" width=170 height=170 border=2 alt=\"\"></a>"
imageArray[17]="<a href=\"vinyl/right.html\"><img src=\"vinyl/pics/right.jpg\" width=170 height=171 border=2 alt=\"\"></a>"
imageArray[18]="<a href=\"vinyl/rolypoly.html\"><img src=\"vinyl/pics/rolypoly.jpg\" width=170 height=289 border=2 alt=\"\"></a>"
imageArray[19]="<a href=\"vinyl/shake.html\"><img src=\"vinyl/pics/shake.jpg\" width=170 height=265 border=2 alt=\"\"></a>"
imageArray[20]="<a href=\"vinyl/soldiers.html\"><img src=\"vinyl/pics/soldiers.jpg\" width=170 height=343 border=2></a>"
imageArray[21]="<a href=\"vinyl/summer.html\"><img src=\"vinyl/pics/summer.jpg\" width=170 height=212 border=2 alt=\"\"></a>"

imageShowing = Math.ceil(Math.random() * numimages);

document.write(imageArray[imageShowing]);
//-->
