function stampadata() {
	var MesiLong = new Array("Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre");
	var d = new Date(); 
	var s = d.getDate().toString()+" "+MesiLong[d.getMonth()];
	var m = d.getYear();
	var extra = "";
	var ricorrenza = Array();
	
	if (m <= 1900)
	{
		m = m + 1900;
	};
	ricorrenza["1 Gennaio"]		= "Buon Anno Nuovo!";
	ricorrenza["6 Gennaio"]		= "Epifania di N.S.";
	ricorrenza["7 Febbraio"]	= "Auguri al Webmaster!";
	ricorrenza["14 Febbraio"]	= "S.Valentino";
	ricorrenza["25 Aprile"]		= "Festa della Liberazione";
	ricorrenza["1 Maggio"]		= "Festa dei Lavoratori";
	ricorrenza["8 Maggio"]		= "Auguri a tutte le mamme!";
	ricorrenza["2 Giugno"]		= "Festa della Repubblica";
	ricorrenza["10 Giugno"]		= "Festa di S.Massimo";
	ricorrenza["15 Agosto"]		= "Ferragosto";
	ricorrenza["11 Settembre"]	= "9/11 Victims Commemorations";
	ricorrenza["20 Ottobre"] 	= "Termine ultimo iscrizione/immatricolazione";
	ricorrenza["30 Ottobre"] 	= "Termine di presentazione domande piano di studio";
	ricorrenza["1 Novembre"]	= "Ogni Santi";
	ricorrenza["30 Novembre"]	= "Termine presentazione domanda di trasferimento";
	ricorrenza["8 Dicembre"]	= "Immacolata Concezione";
	ricorrenza["25 Dicembre"] 	= "Buon Natale!";
	ricorrenza["26 Dicembre"] 	= "Santo Stefano";
	//ricorrenza["5 Settembre"] 	= "Buon 5 Settembre a tutti!!";
	
	if (ricorrenza[s]) {
		extra = "-&nbsp;<font color='#6F0000'>"+ricorrenza[s]+"</font>";
	};
		
	s = "&nbsp;&nbsp;" + s + "&nbsp;" + m.toString()+ "&nbsp;" + extra;
	
	if (top.location.protocol == "https:") {
		document.getElementById("top_table_row").style.backgroundColor ='#9A0000';
	};

	
	return s;
};

function stampaextralink()
{
	var extralink = Array();
	var s = "";
	var i = 0;
	
	extralink[0] = new Array("Home","/");
	extralink[1] = new Array("Archivio","/rss.php?catview=true");
	extralink[2] = new Array("Ateneo","http://www.univaq.it/");
	extralink[3] = new Array("Elenco","http://www.univaq.it/section.php?id=394");
	extralink[4] = new Array("E-Mail","https://mail.univaq.it");
	extralink[5] = new Array("Segreteria","https://segreteriavirtuale.univaq.it/");
	extralink[6] = new Array("Contatti","/Contatti.html");

	for (i=0; i<extralink.length; i++) s += "<a href='"+extralink[i][1]+"' style='COLOR:#5B5B9F; text-decoration:none;'>"+extralink[i][0]+"</a>&nbsp;::&nbsp;";
	
	//s = s + "<a href='/rss.php?catview=true' style='text-decoration:none'><img border='0' src='images/small/TreeView.png' width='10' height='10' align=absmiddle></a>";
	
	return s;
};

function pm(e,d)
{
	document.write(e);
	document.write("&"+"#"+"64");
	document.write(d);
};

function pmu(e)
{
	return pm(e,"univaq.it");
};

function pma(e)
{
	return pm(e,"aquila.infn.it");
};

/* Aggiunge dinamicamente dei link al menu INFO */

function DrawLeftMenu()
{
	vsal_invoke_("/rss.php", "catview=onecat", "dynanews", false);
};
