/* 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.ht14.jpg"; width="82" ;}
if (imageNo==1) {imageName="_borders/stop.ht15.jpg"; width="65" ;}
if (imageNo==2) {imageName="_borders/stop.ht16.jpg"; width="73" ;}
if (imageNo==3) {imageName="_borders/stop.ht13b.jpg"; width="90" ;}
if (imageNo==4) {imageName="_borders/th8.jpg"; width="149";}

document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');

 