/* This JavaScript (Random imageNo) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_imageNo = 5;

imageNo = Math.floor (num_of_imageNo * Math.random());

if (imageNo==0) {imageName="_borders/stop.ht1.jpg"; width="112";}
if (imageNo==1) {imageName="_borders/stop.ht2.jpg"; width="123" ;}
if (imageNo==2) {imageName="_borders/stop.ht7.jpg"; width="97" ;}
if (imageNo==3) {imageName="_borders/stop.ht12.jpg"; width="83" ;}
if (imageNo==4) {imageName="_borders/th6.jpg"; width="94";}


document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');

 




