quotes = new Array(1);
quotes[0] = "<img src='art/baner-ek.gif' border='0' height='31' width='88'><br>";
index = Math.floor(Math.random() * quotes.length);
document.write("<DT>" + "" + quotes[index] + "");