<body>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "1. yazi"
quotes[2] = "2.yazi"
quotes[3] = "3.yazi"
quotes[4] = "4. yazi"
quotes[5] = "5. yazi"
quotes[6] = "6.yazi"
quotes[7] = "7. yazi"
quotes[8] = "8. yazi "
quotes[9] = "9.yazi"
quotes[0] = "10.yazi"
var quote = quotes[rand1]
document.write(quote);
// End -->
</SCRIPT>
</body>