var Quotation=new Array()
Quotation[0] = "»Symbian S60v1 & S60v2";
Quotation[1] = "» Full Mp3 64kbz";
Quotation[2] = "» Phythons for S60";
Quotation[3] = "» 2009 Hd Soccer Game";
Quotation[4] = "» Tricks and Tipz";
Quotation[5] = "» s60 3d Themes";
Quotation[6] = "» funny Tones";
Quotation[7] = "» Pinay Scandal 3gp";
Quotation[8] = "» Commest Request!";
Quotation[9] = "» guestbook & chat";
Quotation[10] = "» Profile Admin";
Quotation[11] = "» Lcg JUKeBOx!.";
Quotation[12] = "» 0pera 8.65 mod";
Quotation[13] = "» Corecodec Player";
Quotation[14] = "» Flashlite 2.1";
Quotation[15] = "» Uzzap chat";
Quotation[16] = "» Rocketalk Chat";
Quotation[17] = "» Java Games!*Hot*";
Quotation[18] = "» Audio Players [* updated* ]";
Quotation[19] = "» Opm MP3*hot!*";
Quotation[20] = "» Foreign Mp3!.Cool!";
Quotation[21] = "» Video editor!";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();