var imageheight		= "350"				
var linkedR		= "gallery.htm"			
var alttext		= "Click to View Galleries"	

var twox = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"homeimage\" background=\"picts/";
var thrx = "><tr><td align=\"center\" valign=\"middle\" class=\"printhide\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*5);
img = forx;
if (img == "0") {
document.write(twox+ 'TBJ-total.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'TBJ-total.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'TBJ-total.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'TBJ-total.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'TBJ-total.jpg"' +thrx);
}




document.write('<a href="'+linkedR+'"><img src="picts/spacer.gif" width=",326" height="'+imageheight+'" border="0" alt="'+alttext+'"></a><br>');
document.write('</td></tr></table>');




