// JavaScript Document<!--
			quotes = new Array(2);
			
			quotes[0] = "Musibet zekayi eğitir.";
			quotes[1] = "Her şeyi bilmek çok kötüdür.";
			quotes[2] = "Buldum bilemedim, bildim bulamadim.";
			quotes[3] = "Akıllı olan Allah'tan korkar.";
			quotes[4] = "Allah'tan korkmayandan korkulur.";
			quotes[5] = "El ağzına bakan karısını tez boşar.";
			quotes[6] = "Küçük insanlarin gururu büyük olur.";
			quotes[7] = "Kitap aklın ilacıdır.";
			quotes[8] = "Dost acı söyler.";
			quotes[9] = "Sözlerin en güzeli vahiydir.";
			quotes[10] = "Islanmışın yağmurdan korkusu olmaz.";
			quotes[11] = "Dost aglatir, düsman güldürür.";
			quotes[12] = "Ecel geldi cihane, basagrisi bahane.";
			quotes[13] = "Gençligine güvenme, ölen hep ihtiyarmi";
			quotes[14] = "Küçük tas, bas yarar.";
			quotes[15] = "Haramdan uzak dur, ama mahremini gözet.";
			quotes[16] = "Alismis, kudurmustan beterdir.";
			quotes[17] = "El öpmekle dudak asinmaz.";
			quotes[18] = "Ahmaklik, hatada israr etmektedir.";
			quotes[19] = "Nasihat tutmayani musibet tutar.";
			quotes[20] = "Herkesi kendi gibi sanan aldanir.";
			quotes[21] = "Özü dogru olanin sözü de dogru olur.";
			quotes[22] = "Tarih tekerrürden ibarettir.";
			quotes[23] = "Gözyasi, kalp te olan atese delildir.";
			quotes[24] = "Dogru sarsilir, ama yikilmaz.";
			quotes[25] = "Merhamet etmeyene merhamet edilmez.";
			quotes[26] = "Zeka, kafanin içindeki altin madenidir.";
			quotes[27] = "Iteatsizlik serlerin en kötüsüdür.";
			quotes[28] = "Insan idare etme sanatina siyaset denir.";
			quotes[29] = "Kimsenin zenginligi seni degerlendirmez.";
			quotes[30] = "Fakir kisi, cimrilik yapan kisidir.";
			quotes[31] = "Zengin kisi iktisadi bilen kisidir.";
			quotes[32] = "Zengin, kalbi zengin olan kisidir.";
			quotes[33] = "Daga çikan düz aramaz.";
			quotes[34] = "Adamin aynasi arkadasidir.";
			quotes[35] = "Zihin ari, kitap çiçektir.";
			quotes[36] = "Dostlarini terkeden terkedilir.";
			quotes[37] = "Birlik olmayan yerde, dirlik olmaz.";
			quotes[38] = "Insan, düsecegi yere çikmamalidir.";
			quotes[39] = "Kitap, donuk hayata renk katar.";
			quotes[40] = "Dilencinin keyfi islek caddede gelir.";
			quotes[41] = "Kovandan çikmayan ari bal yapmaz.";
			quotes[42] = "Bedava sirke, baldan tatlidir.";
			quotes[43] = "Iffet, güzelligin zekatidir.";
			quotes[44] = "Bir münafik, bir orduyu bozar.";
			quotes[45] = "Aciyan çok ama ekmek veren az.";
			quotes[46] = "Sükut kavgayi keser, fitneyi önler.";
			
			index = Math.floor(Math.random() * quotes.length);
			
			document.write("<H5>" + "\"" + quotes[index] + "\" <\/H5>")
// -->
