//This is the news you wanna have, set the link and the text. If you don't wan't it to link anywhere
//use a # as the link
news=new Array();

//Copy there three lines and change the info and numbers to get more news.
news[0]=new Array();
news[0]["time"]="<b>03.07.2008</b>";
news[0]["text"]="<br><b>Presentazione di AIDA PA:</b> Analisi informatizzata dei bilanci della Pubblica Amministrazione Locale. Il primo database in Italia contenente i dati economico-finanziari degli enti locali";
news[0]["link"]="01,0,7,1,news=1.htm";
news[0]["target"]="_self";
news[0]["type"]="text";

news[1]=new Array();
news[1]["time"]="<b>30.06.2008</b>";
news[1]["text"]="<br><b>Nasce Tacto Analisys:</b> la nuova Business Unit che si occupa di studi, ricerche, analisi statistiche ed analisi finanziaria";
news[1]["link"]="01,0,7,1,news=2.htm";
news[1]["target"]="_self";
news[1]["type"]="text";

news[2]=new Array();
news[2]["time"]="<b>12.06.2008</b>";
news[2]["text"]="<br><b>Tacto Datawarehouse implementa</b>, per Bureau Van Dijk, il modulo AIDA SPL contenente i dati di bilancio delle imprese italiane che svolgono servizi pubblici";
news[2]["link"]="01,0,7,1,news=4.htm";
news[2]["target"]="_self";
news[2]["type"]="text";

news[3]=new Array();
news[3]["time"]="<b>08.05.2008</b>";
news[3]["text"]="<br><b>Tacto Communication sponsorizza la mostra 'Casualties of the nameless'</b> del fotoreporter Marco di Lauro.";
news[3]["link"]="01,0,7,1,news=3.htm";
news[3]["target"]="_self";
news[3]["type"]="text";

news[4]=new Array();
news[4]["time"]="<b>21.06.2007</b>";
news[4]["text"]="<br><b>tacto sponsorizza la Tavola Rotonda sulle ‘Propettive della Previdenza in Italia’</b>e presentazione del Quaderno AIAF (Associazione Italiana Analisti Finanziari)";
news[4]["link"]="01,0,7,1,news=5.htm";
news[4]["target"]="_self";
news[4]["type"]="text";

//news[5]=new Array();
//news[5]["time"]="17.09.2004";
//news[5]["text"]="<br><b>Titolo:</b> descrizione della pagina di update ";
//news[5]["link"]="#";
//news[5]["target"]="_self";
//news[5]["type"]="text";

//news[6]=new Array();
//news[6]["time"]="16.09.2004";
//news[6]["text"]="<br><b>Titolo:</b> descrizione della pagina di update ";
//news[6]["link"]="#";
//news[6]["target"]="_self";
//news[6]["type"]="text";

//news[7]=new Array();
//news[7]["time"]="15.09.2004";
//news[7]["text"]="<br><b>Titolo:</b> descrizione della pagina di update ";
//news[7]["link"]="#";
//news[7]["target"]="_self";
//news[7]["type"]="text";


//number of news in the current file
var newsCounter=5;
