/* 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.ht3.jpg"; width="60";}
if (imageNo==1) {imageName="_borders/stop.ht4.jpg"; width="81" ;}
if (imageNo==2) {imageName="_borders/stop.ht8.jpg"; width="54" ;}
if (imageNo==3) {imageName="_borders/stop.ht18.jpg"; width="78" ;}
if (imageNo==4) {imageName="_borders/th7.jpg"; width="120";}





document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');