<!---
function choices()
{
this[0] = 74;
this[1] = "l'uomo";
this[2] = "la gioventù";
this[3] = "La guerra";
this[4] = "Berlusconi";
this[5] = "L'America";
this[6] = "la pace";
this[7] = "L'Occidente";
this[8] = "Dio";
this[9] = "Il capitalismo";
this[10] = "Il comunismo";
this[11] = "Il cristianesimo";
this[12] = "Il denaro";
this[13] = "il denaro";
this[14] = "il futuro";
this[15] = "Il Papa";
this[16] = "il passato";
this[17] = "Il pensiero";
this[18] = "il petting";
this[19] = "Il povero";
this[20] = "il presente";
this[21] = "il progresso";
this[22] = "Il ricco";
this[23] = "Il sarcasmo";
this[24] = "Il tempo";
this[25] = "Internet";
this[26] = "la castità";
this[27] = "La censura";
this[28] = "La coscienza";
this[29] = "la musica";
this[30] = "La democrazia";
this[31] = "la destra";
this[32] = "la globalizzazione";
this[33] = "La letteratura";
this[34] = "La mente";
this[35] = "la pace in Medio Oriente";
this[36] = "la patria";
this[37] = "la poesia";
this[38] = "La ragione";
this[39] = "la realtà";
this[40] = "la Religione";
this[41] = "La satira";
this[42] = "la sinistra";
this[43] = "La speranza";
this[44] = "la storia";
this[45] = "la televisione";
this[46] = "la topa";
this[47] = "la verità";
this[48] = "la violenza";
this[49] = "L'Africa";
this[50] = "L'amore";
this[51] = "L'anima";
this[52] = "L'Europa";
this[53] = "L'idea";
this[54] = "L'ignoranza";
this[55] = "L'ironia";
this[56] = "L'Islam";
this[57] = "L'odio";
this[58] = "l'orgasmo";
this[59] = "L'umanità";
this[60] = "L'umorismo";
this[61] = "Vivere";
this[62] = "Morire";
this[63] = "La chiesa";
this[64] = "La blogosfera";
this[65] = "Raccontare";
this[66] = "Fare figli";
this[67] = "Berlusconi";
this[68] = "Prodi";
this[69] = "Bruno Vespa";
this[70] = "Mastella";
this[71] = "Tenere un blog";
this[72] = "Rutelli";
this[73] = "La laicità";
this[74] = "Una massima";
}
function popUpBanner(list)
{ 
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
return Banner;
}
document.writeln(grabBanner());
// FINE --->