






// 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]=213
heading[1]="8 June 2010"
text[1]="<B>Annual Reception</B>, St James\'s Palace"
id[2]=239
heading[2]="17 June 2010"
text[2]="The <B>2010 Annual General Meeting</B> of The Air League will be held in the Millennium Suite of the RAF Club starting at 4pm."


// displayCurrentNews(3);
