quotes = new Array(3); 
authors = new Array(3); 
quotes[0] ="<h1><A href='101010/101010-01.htm' target='_blank'>ÂÍÈÌÀÍÈÅ!       ÀÂÒÎÐÑÊÀß ÊÎËËÅÊÖÈß! ÔÎÒÎÃÀËÅÐÅß ÒÎÌÀÒÎÂ ÈÇ ÍÀØÈÕ ÑÅÌßÍ!</a></h1>"; 
quotes[1] ="<h1><A href='101010/101010-01.htm' target='_blank'>ÂÍÈÌÀÍÈÅ!       ÀÂÒÎÐÑÊÀß ÊÎËËÅÊÖÈß! ÔÎÒÎÃÀËÅÐÅß ÒÎÌÀÒÎÂ ÈÇ ÍÀØÈÕ ÑÅÌßÍ!</a></h1>"; 
quotes[2] ="<h1><A href='101010/101010-01.htm' target='_blank'>ÂÍÈÌÀÍÈÅ!       ÀÂÒÎÐÑÊÀß ÊÎËËÅÊÖÈß! ÔÎÒÎÃÀËÅÐÅß ÒÎÌÀÒÎÂ ÈÇ ÍÀØÈÕ ÑÅÌßÍ!</a></h1>"; 
index = Math.floor(Math.random() * quotes.length); 
document.write("<DL>\n"); 
document.write("<DT>" + "" + quotes[index] + "\n"); 
document.write("</DL>\n");
