//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"]="23:23";
news[0]["text"]="PUTIN Y MEDVEDEV MUESTRAN IMAGEN DE UNIDAD ";
news[0]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121232334985161.html";
news[0]["target"]="_self";
news[0]["type"]="text";

news[1]=new Array();
news[1]["time"]="19:12";
news[1]["text"]="DETIENEN A DOS COMPLICES DE ATAQUES DE MUMBAI ";
news[1]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121191234985070.html";
news[1]["target"]="_self";
news[1]["type"]="text";

news[2]=new Array();
news[2]["time"]="15:30";
news[2]["text"]="AFGANISTAN: DOS MISILES CONTRA HOTEL SERENA EN KABUL ";
news[2]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121153034984967.html";
news[2]["target"]="_self";
news[2]["type"]="text";

news[3]=new Array();
news[3]["time"]="15:07";
news[3]["text"]="NAGORNO-KARABAJ: PRESIDENTE AZERI AMENAZA CON NUEVA GUERRA ";
news[3]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121150734984950.html";
news[3]["target"]="_self";
news[3]["type"]="text";

news[4]=new Array();
news[4]["time"]="14:55";
news[4]["text"]="EJERCITO LIBANES DISPARA CONTRA AVION ESPIA ISRAELI ";
news[4]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121145534984945.html";
news[4]["target"]="_self";
news[4]["type"]="text";

news[5]=new Array();
news[5]["time"]="14:34";
news[5]["text"]="RUSIA: OPOSITORES DETENIDOS; BUSCABAN A MEDVEDEV ";
news[5]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121143434984939.html";
news[5]["target"]="_self";
news[5]["type"]="text";

news[6]=new Array();
news[6]["time"]="13:13";
news[6]["text"]="GAZA: MISIL CONTRA ISRAEL SIN VICTIMAS ";
news[6]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121131334984900.html";
news[6]["target"]="_self";
news[6]["type"]="text";

news[7]=new Array();
news[7]["time"]="12:21";
news[7]["text"]="CHINA: 139 MINEROS ATRAPADOS TRAS EXPLOSION ";
news[7]["link"]="http://www.ansa.it/ansalatina/notizie/rubriche/rullo/20091121122134984878.html";
news[7]["target"]="_self";
news[7]["type"]="text";


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