//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"]="21:21";
news[0]["text"]="SEGUNDO DIA DE HUELGA GENERAL EN ISRAEL ";
news[0]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209212135381052.html";
news[0]["target"]="_self";
news[0]["type"]="text";

news[1]=new Array();
news[1]["time"]="21:12";
news[1]["text"]="FRANCES GROSJEAN, SORPRESA EN TERCERA JORNADA EN JEREZ ";
news[1]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209211235381046.html";
news[1]["target"]="_self";
news[1]["type"]="text";

news[2]=new Array();
news[2]["time"]="20:05";
news[2]["text"]="NAOMI WATTS SERA LADY DI  ";
news[2]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209200535381003.html";
news[2]["target"]="_self";
news[2]["type"]="text";

news[3]=new Array();
news[3]["time"]="20:02";
news[3]["text"]="PUTIN CON 72% DE ESPACIO DE TV, COMUNISTAS ";
news[3]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209200235381001.html";
news[3]["target"]="_self";
news[3]["type"]="text";

news[4]=new Array();
news[4]["time"]="19:53";
news[4]["text"]="ANSA&#47; MILES DISFRUTAN DEL CARNAVAL EN URUGUAY ";
news[4]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209195335380989.html";
news[4]["target"]="_self";
news[4]["type"]="text";

news[5]=new Array();
news[5]["time"]="19:48";
news[5]["text"]="ANSA&#47; GARZON FUE EXPULSADO DE LA CARRERA JUDICIAL  ";
news[5]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209194835380984.html";
news[5]["target"]="_self";
news[5]["type"]="text";

news[6]=new Array();
news[6]["time"]="18:49";
news[6]["text"]="FRIO POLAR AZOTA BULGARIA Y UCRANIA  ";
news[6]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120209184935380930.html";
news[6]["target"]="_self";
news[6]["type"]="text";

news[7]=new Array();
news[7]["time"]="18:46";
news[7]["text"]="SIRIA: ASSAD,COOPERAREMOS CON ESFUERZOS POR ESTABILIDAD ";
news[7]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20120207184635380318.html";
news[7]["target"]="_self";
news[7]["type"]="text";


//number of news in the current file
var newsCounter=8;

