var now = new Date();
var month = now.getMonth()+1;
var date = now.getDate();

if (month==2){ 

if (date <=3 ){
document.write("DON GIOSY <BR><B>Venerdi<BR> 3 febbraio 2012 </B><BR><B>SEREN DEL GRAPPA (BL)</B><BR> <hr align=center noshade width=25%><P>");
}

if (date <=4 ){
document.write("DON GIOSY <BR><B>Sabato <BR> 4 febbraio 2012 </B><br>ore 20,30<BR><B>SANT'ANNA DI ROS&Agrave; (VI) </B><BR> Chiesa Parrocchiale<BR><I>'Concerto in ricordo di Alessia' </I><hr align=center noshade width=25%><P>");
}

if (date <=10 ){
document.write("DON GIOSY <BR><B>Venerdi <BR> 10 febbraio 2012 </B><br>ore 21,00<BR><B>SIENA<BR>Vico Alto </B><BR> Parrocchia Piazza Calabria<BR><hr align=center noshade width=25%><P>");
}

if (date <=12 ){
document.write("DON GIOSY <BR><B>11 / 12  febbraio 2012 </B><BR><B>ROMA<BR>Via delle Fornaci </B><BR> Week end dei Ragazzi<BR> di Santa Lucia Filippini<BR> LU and GI<BR><hr align=center noshade width=25%><P>");
}
if (date <=13 ){
document.write("DON GIOSY <BR><B>Lunedi  <BR> 13 febbraio 2012 </B><BR><B>SAN VALENTINO TORIO (SA) </B><BR> Concerto per gli Innamorati<BR><hr align=center noshade width=25%><P>");
}
if (date <=15 ){
document.write("DON GIOSY <BR><B>Mercoledi<BR> 15 febbraio 2012 </B><br>ore 21,00<BR><B>BUTERA (CL) </B><BR> Teatro Comunale<BR><hr align=center noshade width=25%><P>");
}
if (date <=19){
document.write("DON GIOSY <BR><B>18 / 19  febbraio 2012 </B><BR><B>PESCARA</B><BR> Week end dei Ragazzi<BR> di santa Lucia <BR> LU and GI<BR><hr align=center noshade width=25%><P>");
}
if (date <=26 ){
document.write("DON GIOSY <BR><B>25 / 26  febbraio 2012 </B><BR><B>CASTELGIORGIO (TR) </B><BR> Week end dei Ragazzi<BR> di santa Lucia Filippini<BR> LU and GI<BR><hr align=center noshade width=25%><P>");
}
if (date <=28 ){
document.write("DON GIOSY <BR><B>28 febbraio / 4 marzo 2012 </B><BR><B>MOZZO (BG) </B><BR> Esercizi Spirituali per la Comunit&agrave; Parrocchiale<BR><hr align=center noshade width=25%><P>");
}
}

if (month==1){ 

if (date <=12 ){
document.write("<B>DON GIOSY   </B><BR>5 / 12 gennaio 2012 <B><BR>CHISINAU (Moldavia) </B><BR> <hr align=center noshade width=25%><P>");
}
if (date <=9 ){
document.write("<B>DON GIOSY   </B><BR>Lunedi 9 gennaio 2012 <br>ore 18,00<B><BR>CHISINAU (Moldavia) <BR>Blv. Stefan Cel Mare 81</B><BR>Sala cu Org&atilde;<BR> Concerto<BR> <hr align=center noshade width=25%><P>");
}

if (date <=22 ){
document.write("<B>DON GIOSY   </B><BR>21 / 22 gennaio 2012 <B><BR>BITONTO (BA) </B><BR> Week end dei Ragazzi di Santa Lucia – LU&GI<BR><hr align=center noshade width=25%><P>");
}

if (date <=28 ){
document.write("<B>DON GIOSY   </B><BR>Sabato 28 gennaio 2012 <B><BR>PIANCASTAGNAIO (SI) </B><BR> Festa dei giovani<BR><hr align=center noshade width=25%><P>");
}
if (date <=28 ){
document.write("<B>DON GIOSY   </B><BR>Domenica 29 gennaio 2012 <B><BR>NOICATTARO (BA) </B><BR> <hr align=center noshade width=25%><P>");
}



}


