Много раз спрашивали - так что решил просто выставить отдельно
<script language="JavaScript">
<!--
quotes = new Array(6);
authors = new Array(6);
quotes[0] = "фраза";
authors[0] = "автор";
quotes[1] = "фраза2";
authors[1] = "автор";
quotes[2] = "фраза3";
authors[2] = "автор";
quotes[3] = "фраза4";
authors[3] = "автор";
quotes[4] = "фраза5.";
authors[4] = "автор";
quotes[5] = "фраза6.";
authors[5] = "автор";//calculate a random index
index = Math.floor(Math.random() * quotes.length);//display the quotation
document.write("<DL>\n");
document.write("<DT><I>" + "\"" + quotes[index] + "\"</I>\n");
document.write("<DD>" + "-" + authors[index] + "\n");
document.write("</DL>\n");//done
//-->
</script>
Я думаю тут и объяснять нечего - ставить - куда угодно только не в стиль. Таблица верх низ - все на ваше усмотрение)
Теги: Случайная цитата