<!--
var ar = new Array("topo_00.jpg",
"topo_01.jpg",
"topo_02.jpg",
"topo_03.jpg",
"topo_04.jpg",
"topo_05.jpg",
"topo_06.jpg",
"topo_07.jpg",
"topo_08.jpg");
 
var num = Math.floor(Math.random() * ar.length);
document.write("<table width=708 height=243 align=center valign=top border=0 cellspacing=0 cellpadding=0 background='imgs/" + ar[num] + "'>");
// -->
