//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"]="Gino e Franca  31 ago. 2010 -  ";
news[0]["text"]=" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  50° anniversario ";
news[0]["link"]="http://picasaweb.google.com/110614081032870987107/SonoTrascorsiSolo50Anniversari#slideshow/5513377127771895618";
news[0]["target"]="";
news[0]["type"]="text";


news[1]=new Array();
news[1]["time"]="Francesco  12 dic. 2009 -  ";
news[1]["text"]=" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Cicogna per - Antonio e Santina &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
news[1]["link"]="http://www.francescorizzo.com/fanelli/page/fanelli/3_antonio/4_giovanni/1_luigi/4_anna_rosa/2_1_antonio.html";
news[1]["target"]="";
news[1]["type"]="text";




news[2]=new Array();
news[2]["time"]="Chiara  20 giu. 2009 -  ";
news[2]["text"]=" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Cicogna per - Isabella e Ivan &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
news[2]["link"]="http://www.francescorizzo.com/piccininno/page/francesco/michele2/francesco_vito/vincenzo1/francesco/2_niccolo/5_isabella.html";
news[2]["target"]="";
news[2]["type"]="text";

news[3]=new Array();
news[3]["time"]="Lorenzo Antonio 25 feb. 2009 -  ";
news[3]["text"]=" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cicogna per - Roberto e Chiara &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
news[3]["link"]="http://www.francescorizzo.com/fanelli/page/fanelli/3_antonio/2_vitantonio/5_antonio/3_vitantonio/2_antonio/3_roberto.html";
news[3]["target"]="";
news[3]["type"]="text";




//number of news in the current file
var newsCounter=4;

