// 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]="jpg"; nws_sht[0] = "20021101"; nws_lng[0] = "1st November 2002"; nws_tip[0] = "Classroom Dedication";
nws_pic[1]="gif"; nws_thm[1]="gif"; nws_sht[1] = "20021201"; nws_lng[1] = "December 2002"; nws_tip[1] = "Rotary International Collaboration";
