/* 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 = 4;

imageNo = Math.floor (num_of_imageNo * Math.random());
if (imageNo==0) {imageName="_borders/stop.ht17.jpg"; width="63" ;}
if (imageNo==1) {imageName="_borders/stop.ht6.jpg"; width="73" ;}
if (imageNo==2) {imageName="_borders/stop.ht19.jpg"; width="74" ;}
if (imageNo==3) {imageName="_borders/stop.ht5.jpg"; width="150";}



document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');