<!--

var Img = new Array()
Img[0] = "imagebar/dmfire.jpg"
Img[1] = "imagebar/walk.jpg"
Img[2] = "imagebar/dtmilk1.jpg"
Img[3] = "imagebar/andy.jpg"
Img[4] = "imagebar/dhcamp.jpg"
Img[5] = "imagebar/msroots.jpg"
Img[6] = "imagebar/newelectra.jpg"
Img[7] = "imagebar/dtcrimp.jpg"
Img[8] = "imagebar/kabrine.jpg"
Img[9] = "imagebar/djdiss.jpg"
Img[10] = "imagebar/dhele.jpg"
Img[11] = "imagebar/ivhand.jpg"
Img[12] = "imagebar/dhcorner.jpg"
Img[13] = "imagebar/feet.jpg"
Img[14] = "imagebar/msunder.jpg"
Img[15] = "imagebar/mssingle.jpg"
Img[16] = "imagebar/flock.jpg"
Img[17] = "imagebar/dtmilk.jpg"
Img[18] = "imagebar/msdeadline.jpg"





var randomize = Math.round(Math.random()*18)
var newimg = Img[randomize]
document.write('<IMG SRC="'+newimg+'" width="600" height="80">')
//-->