var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="British jazz legend John Dankworth dies at 82
";
arnews[0] += "Saxophonist Sir John Dankworth, one of the leading figures in British jazz for more than half a century, has died, his agent said Sunday.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 14:53:56 GMT";
arnews[0] += "
";
arnews[1]="Church volunteer jailed for abusing children
";
arnews[1] += "Published by Hannah Wooderson for 24dash.com in Communities Tuesday 9th February 2010 - 9:37am Church volunteer jailed for abusing children A church volunteer who befriended families to ease his abuse of young children - then bragged of the results online - was today given a 12-year sentence.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:44:00 GMT";
arnews[1] += "
";
arnews[2]="Tributes paid to jazz great John Dankworth
";
arnews[2] += "That is how Sheila Harrod, leader of Swindona s Kentwood Choir, described the display of dignity and professionalism shown by Dame Cleo Laine and her family at a concert just hours after the death of her husband, jazz legend Sir John Dankworth.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:10:31 GMT";
arnews[2] += "
";
arnews[3]="British jazz musician John Dankworth dies aged 82
";
arnews[3] += "Tuesday, February 9, 2010 File photo of John Dankworth . British jazz musician Sir John Dankworth , said to be \"one of the totemic figures of British jazz\" and \"the first major jazz musician\" by Jazzwise magazine, died at the age of 82 in the King Edward VII Hospital in London , England on Saturday after being hospitalised with an undisclosed ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:17:11 GMT";
arnews[3] += "
";
arnews[4]="Jazz legend dies at 82
";
arnews[4] += "BEIJING, Feb.A 9 -- Saxophonist Sir John Dankworth, one of the leading figures in British jazz for more than half a century, has died at the age of 82.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:13:50 GMT";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("