//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"]="03/05/03";
news[0]["text"]="ASCOLI NEWS";
news[0]["link"]="newsascoli.htm";
news[0]["target"]="_self";
news[0]["type"]="text";

news[1]=new Array();
news[1]["time"]="17/05/03";
news[1]["text"]="Orsini  subisce al 92 il 3-2 dal Monteprandone.Addio 2° Cat.";
news[1]["link"]="2categoria.htm";
news[1]["target"]="_self";
news[1]["type"]="text";

news[2]=new Array();
news[2]["time"]="25/05/03";
news[2]["text"]=" Cuprense liquida la pratica Ripatransone con un secco 3-0. ";
news[2]["link"]="1categoria.htm";
news[2]["target"]="_self";
news[2]["type"]="text";

news[3]=new Array();
news[3]["time"]="11/05/03";
news[3]["text"]="Azzurra Tir.  5-0 dalla Folgore fal. addio 1° Cat.";
news[3]["link"]="1categoria.htm";
news[3]["target"]="_self";
news[3]["type"]="text";

news[4]=new Array();
news[4]["time"]="31/05/03";
news[4]["text"]="Amandola - Monticelli  2-0 Monticelli Saluta i sogni di 1 Categoria.";
news[4]["link"]="2categoria.htm";
news[4]["target"]="_self";
news[4]["type"]="text";

news[5]=new Array();
news[5]["time"]="25/05/03";
news[5]["text"]="CAMPIONATO  U-10 U-12 U-16 risultati del fine settimana. ";
news[5]["link"]="tennis.htm";
news[5]["target"]="top";
news[5]["type"]="text";

news[6]=new Array();
news[6]["time"]="25/05/03";
news[6]["text"]="PLAYOFF 3 Cat l'Arquata vince la finale play-off 4-1 contro il Piazzarola";
news[6]["link"]="3categoria.htm";
news[6]["target"]="top";
news[6]["type"]="text";

news[7]=new Array();
news[7]["time"]="16/03/03";
news[7]["text"]="Cerchiamo volontari cronisti.";
news[7]["link"]="articolo.htm";
news[7]["target"]="top";
news[7]["type"]="text";


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