var week = new Array();
	week[0] = 'Domenica';
	week[1] = 'Lunedi';
	week[2] = 'Martedi';
	week[3] = 'Mercoledi';
	week[4] = 'Giovedi';
	week[5] = 'Venerdi';
	week[6] = 'Sabato';
var monthname = new Array();
	monthname[0] = 'Gennaio';
	monthname[1] = 'Febbraio';
	monthname[2] = 'Marzo';
	monthname[3] = 'Aprile';
	monthname[4] = 'Maggio';
	monthname[5] = 'Giugno';
	monthname[6] = 'Luglio';
	monthname[7] = 'Agosto';
	monthname[8] = 'Settembre';
	monthname[9] = 'Ottobre';
	monthname[10] = 'Novembre';
	monthname[11] = 'Dicembre';
var msg = new Array();
	msg[0] = '<font size="4"><em>1touch</em></font><font size="3"> presenta </font><font size="4"><em> the real Hip Hop & R\'n\'B party </em></font><font size="3"><br />dj Double Dee & guests</font>';
	msg[1] = '<font size="4"><em>Erasmus Monday Night</em></font><br /><font size="3">in collaborazione con International Week </font>';
	msg[2] = '<font size="4"><em>Il Marte Gay del Corto</em></font><br /><font size="3"> Serata gay-lesbian & friends</font>';
	msg[3] = '<font size="4"><em>International party</em></font><br /><font size="3"> </font>';
	msg[4] = '<font size="4"><em>El Alma De Espa&ntilde;a</em></font><br /><font size="3">dj Julio &amp; dj Goyo </font>';
	msg[5] = '<font size="4"><em>Thanks God it\'s friday</em></font><br /><font size="3"> </font>';
	msg[6] = '<font size="4"><em>Happy music for happy people</em></font><br /><font size="3"> dj Karma</font>';
	
var date, day, dayweek, month;
function Timers() {
	date = new Date();
	date.setTime(date.getTime() - (60*60*3*1000));
	dayweek = date.getDay();
	day = date.getDate();
	month = date.getMonth();
}
function Change() {
	Timers();
	var strOut = '';
	strOut += '<a href="files/serate.html" class="links">';
	strOut += '<strong>';
	strOut += week[dayweek]+' ';
	strOut += day+' ';
	strOut += monthname[month]+' ';
	strOut += '<BR>';
	strOut += msg[dayweek]+' ';//+week[dayweek-1]+' ';
	strOut += '</strong>';
	strOut += '</a>';
	
	document.getElementById("out").innerHTML = strOut;
//	out.innerHTML = strOut;
	setTimeout("Change()", 5000);
}
/*
function Hollyday() {
	Timers();
	var strOut = '';
	strOut += '<a href="files/serate.html" class="links">';
	strOut += '<strong>';
	strOut += week[dayweek]+' '+day+' '+monthname[month]+' ';
	strOut += '<BR>';
	strOut += msg[dayweek]+' ';//+week[dayweek-1]+' ';
	strOut += '</strong>';
	strOut += '</a>';
	
	document.getElementById("out").innerHTML = strOut;
//	out.innerHTML = strOut;
	setTimeout("Change()", 60000);
//	setTimeout("Change1()", 3000);
}
*/
/*
function Change() {
	var strOut = '';
	strOut += '<strong>';
	strOut += 'VI ASPETTIAMO...!!!';//+week[dayweek-1]+' ';
	strOut += '<BR>';
	strOut += 'Il programma delle serate ' ;
	strOut += '<BR>';
	strOut += 'è in aggiornamento ' ;
	strOut += '</strong>';

	document.getElementById("out").innerHTML = strOut;
//	setTimeout("Change1()", 3000);
}
*/
/*
function Change() {
	var strOut = '';
	strOut += '<strong>';
	strOut += 'Mercoledi 31 Dicembre tutta la notte ';//+week[dayweek-1]+' ';
	strOut += '<BR>';
	strOut += 'FESTA DI CAPODANNO ' ;
	strOut += '<BR>';
	strOut += 'Vi aspettiamo dalle 22.00 ' ;
	strOut += '</strong>';

	document.getElementById("out").innerHTML = strOut;
//	setTimeout("Change2()", 5000);
}
*/
/*
function Change() {
	var strOut = '';
	strOut += '<strong>';
	strOut += 'Giovedì 18 Dicembre ';//+week[dayweek-1]+' ';
	strOut += '<BR>';
	strOut += 'EL ALMA DE ESPA&Ntilde;A ' ;
	strOut += '<BR>';
	strOut += 'Fiesta Espa&ntilde;ola con el DJ Julio ' ;
	strOut += '</strong>';

	document.getElementById("out").innerHTML = strOut;
//	setTimeout("Change2()", 5000);
}
*/
function Change2() {
	var strOut = '';
	strOut += '<strong>';
	strOut += 'Mercoledì 27 Maggio ';//+week[dayweek-1]+' ';
	strOut += '<BR>';
	strOut += 'Manchester United - Barcellona' ;
	strOut += '<BR>';
	strOut += 'Aperto dalle 21:40 ' ;
	strOut += '</strong>';

	document.getElementById("out").innerHTML = strOut;
	setTimeout("Change()", 5000);
}
