// to add a new newsitem - add the stub name and date of the item
// at the END of this list. They are displayed in reverse order
var nws_pic=new Array();
var nws_thm=new Array();
var nws_sht=new Array();
var nws_lng=new Array();
var nws_tip=new Array();
// pic type / thumb type / short date / long date / alt text
nws_pic[0]="gif"; nws_thm[0]="gif"; nws_sht[0] = "20030601"; nws_lng[0] = "June 2003"; nws_tip[0] = "Charity Registration Confirmed";
nws_pic[1]="gif"; nws_thm[1]="gif"; nws_sht[1] = "20031101"; nws_lng[1] = "November 2003"; nws_tip[1] = "Charles Taylor's New York Marathon";
nws_pic[2]="gif"; nws_thm[2]="gif"; nws_sht[2] = "20031102"; nws_lng[2] = "November 2003"; nws_tip[2] = "Classroom Repairs";
nws_pic[3]="gif"; nws_thm[3]="gif"; nws_sht[3] = "20031122"; nws_lng[3] = "22nd November 2003"; nws_tip[3] = "The signed rugby ball itself";
nws_pic[4]="gif"; nws_thm[4]="gif"; nws_sht[4] = "20031224"; nws_lng[4] = "24th December 2003"; nws_tip[4] = "Joanna Lumley OBE becomes Hon Patron";
