/* 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/th1.jpg"; width="94" ;}
if (imageNo==1) {imageName="_borders/th2.jpg"; width="94" ;}
if (imageNo==2) {imageName="_borders/th3.jpg"; width="93" ;}
if (imageNo==3) {imageName="_borders/th4.jpg"; width="94";}
if (imageNo==4) {imageName="_borders/th5.jpg"; width="74";}


document.write('<img border="0" src="' );
document.write(imageName)
document.write('" align="left" height="100">');