// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "Niente per niente";
Quotation[1] = "Ci stanchiamo presto";
Quotation[2] = "W internet";
Quotation[3] = "Tutte le figate";
Quotation[4] = "Cose da maschi";
Quotation[5] = "L'avevo gi&agrave; visto";
Quotation[6] = "Non dobbiamo niente a nessuno";
Quotation[7] = "Chi sa il gioco non l'insegni";
Quotation[8] = "Chi tanto chi niente";
Quotation[9] = "Guarda te poi dirai a me";
Quotation[10] = "Il tempo &egrave; danaro";
Quotation[11] = "L'unione fa la forza";
Quotation[12] = "Se non sei primo, sei ultimo";
Quotation[13] = "P.D.U. was here";
Quotation[14] = "Lo faccio domani";
Quotation[15] = "Sui gradini di duomo";
Quotation[16] = "Zero tipe";
Quotation[17] = "Zero divertimento";
Quotation[18] = "Solo bella gente";
Quotation[19] = "Bella per G-Rick";
Quotation[20] = "Ci avevo gi&agrave; pensato";
Quotation[21] = "Meglio muti che con la merda in bocca";
Quotation[22] = "Troppo ma non abbastanza";
Quotation[23] = "Ti ho visto che mi copi.";
Quotation[24] = "Mai stati seri";
Quotation[25] = "Meglio muti che con la merda in bocca";
Quotation[26] = "Venduti";
Quotation[27] = "Del peppiume in culo";
Quotation[28] = "aka manica di sciacalli medioevali in culo";
Quotation[29] = "+ pusher - blogger";
Quotation[30] = "S&igrave; ma stai calmo";



// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write('&#147;' + Quotation[whichQuotation] + '&#148;');}
showQuotation();
