function ma(url,headline_text,source) {   this.url = url   this.headline_text = headline_text   this.source = source}myarticle = new Array(	new ma("news1.html","French Oil Company TotalFina will sue the US in case of an Iraq Invasion","NSPA"),	new ma("news1.html","Chief Moose: I have respect for the Russian special forces","NSPA"),	new ma("news1.html","President Putin asleep, when the decission was taken","NSPA"),	new ma("news1.html","Telephone Conference: Bush, Sharon and Putin discuss ways of intervention","NSPA"),	new ma("news1.html","US declaires war on United Nations","NSPA"));