






// Javascript News Source
// Jun 17 2002 - aaron@acme.co.uk

var id=new Array();
var heading=new Array();
var text=new Array();
id[0]=0;
heading[0]="No current news items";
text[0]="";

id[1]=220
heading[1]="17 May 2008"
text[1]="Young members visit to the RAF Museum"
id[2]=216
heading[2]="21 July 2008"
text[2]="The Guild Of Aviation Artists 38th Summer Exhibition, Mall Galleries"
id[3]=215
heading[3]="14-20 July 2008"
text[3]="Farnborough International 2008"
id[4]=214
heading[4]="11-13 July 2008"
text[4]="Royal International Air Tattoo, RAF Fairford"
id[5]=213
heading[5]="4 June 2008"
text[5]="<B>2008 Annual Reception</B>"
id[6]=211
heading[6]="30 August 2008"
text[6]="Young Members Fly In/Gliding Day, Bicester"
id[7]=210
heading[7]="12 June 2008"
text[7]="The 2008 Annual General Meeting of The Air League will be held in the Millennium Suite of the RAF Club starting at 4pm."
id[8]=209
heading[8]="2 June 2008"
text[8]="Associate Parliamentary Aerospace Group Meeting, House of Commons"


// displayCurrentNews(3);
