// 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] = "20040401"; nws_lng[0] = "April 2004"; nws_tip[0] = "The Friends Reach £14,000 !";
nws_pic[1]="gif"; nws_thm[1]="gif"; nws_sht[1] = "20040621"; nws_lng[1] = "21st June 2004"; nws_tip[1] = "The Kadzinuni Desks Presentation";
nws_pic[2]="gif"; nws_thm[2]="gif"; nws_sht[2] = "20040701"; nws_lng[2] = "July 2004"; nws_tip[2] = "Micro Finance Project Starts";
nws_pic[3]="jpg"; nws_thm[3]="gif"; nws_sht[3] = "20040801"; nws_lng[3] = "1st August 2004"; nws_tip[3] = "Clinic Project Announced";
nws_pic[4]="jpg"; nws_thm[4]="gif"; nws_sht[4] = "20040925"; nws_lng[4] = "25th September 2004"; nws_tip[4] = "Rock for Kadzinuni !";
nws_pic[5]="gif"; nws_thm[5]="gif"; nws_sht[5] = "20041001"; nws_lng[5] = "October 2004"; nws_tip[5] = "RCC Members Elected";
nws_pic[6]="gif"; nws_thm[6]="gif"; nws_sht[6] = "20041101"; nws_lng[6] = "November 2004"; nws_tip[6] = "School Football Team gets new Goals, Balls and Kit";
nws_pic[7]="gif"; nws_thm[7]="gif"; nws_sht[7] = "20041201"; nws_lng[7] = "December 2004"; nws_tip[7] = "Happy Christmas Kadzinuni - from Experian-Scorex UK";
