//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"]="27/07/03";
news[0]["text"]="mentre siamo al lavoro sui nuovi pezzi per il prox disco rinnoviamo la veste grafica del sito.";
news[0]["link"]="bio.html";
news[0]["target"]="_self";
news[0]["type"]="text";


news[1]=new Array();
news[1]["time"]="";
news[1]["text"]="a cambiare non &egrave; solo la grafica ma troverete una nuova sezione download da dove poter scaricare gli mp3, i video, il racconto gira crummy stuff e le foto<br> buona surfata";
news[1]["link"]="bio.html";
news[1]["target"]="_self";
news[1]["type"]="text";


//number of news in the current file
var newsCounter=2;

