/* 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.ht9.jpg"; width="82" ;}
if (imageNo==1) {imageName="_borders/stop.ht20.jpg"; width="65" ;}
if (imageNo==2) {imageName="_borders/stop.ht11.jpg"; width="73" ;}
if (imageNo==3) {imageName="_borders/th9.jpg"; width="120";}
if (imageNo==4) {imageName="_borders/th10.jpg"; width="120";}



document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');