// inserire le news secondo lo schema, con numero progressivo.
// In questa pagina vanno le news in lingua inglese
// IMPORTANTE: Se nel testo si devono inserire virgolette farle precedere da un backslash: \"

var messages=new Array();

messages[0]="Registrations Closed";
messages[1]="Carling Big Band at Swing Crash";
messages[2]="New Artists in the <a href='artisti.php'>artists</a> section";
messages[3]="Levels and FAQ in the <a href='info.php'>info</a> section";
messages[4]="5th Anniversary of the Festival";

