quotes = new Array(3);
quotes[0] = "<a href='expo/001.htm' target='_blank''><img src='expo/001_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/002.htm' target='_blank''><img src='expo/002_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/003.htm' target='_blank''><img src='expo/003_1.gif' width='110' height='79'></a>";
quotes[1] = "<a href='expo/004.htm' target='_blank''><img src='expo/004_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/005.htm' target='_blank''><img src='expo/005_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/006.htm' target='_blank''><img src='expo/006_1.gif' width='110' height='79'></a>";
quotes[2] = "<a href='expo/007.htm' target='_blank''><img src='expo/007_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/008.htm' target='_blank''><img src='expo/008_1.gif' width='110' height='79'></a>&nbsp;&nbsp;&nbsp;<a href='expo/009.htm' target='_blank''><img src='expo/009_1.gif' width='110' height='79'></a>";
index = Math.floor(Math.random() * quotes.length);
document.write("<DT>" + "" + quotes[index] + "");