var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Playground for pensioners approved
";
arnews[0] += "The first \"pensioners' playground\" in London will be built after planning permission was granted for an outdoor gym for the over-60s. The A 40,000 facility in Hyde Park will feature fitness equipment designed to provide gentle exercise.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:53:52 GMT";
arnews[0] += "
";
arnews[1]="Parade favorite, not paid off
";
arnews[1] += "Parade favorite, not paid off 2 hours, 48 minutes ago MANCHESTER Editor's Note: This story originally ran in the Saturday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:48:36 GMT";
arnews[1] += "
";
arnews[2]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
";
arnews[2] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:42:16 GMT";
arnews[2] += "
";
arnews[3]="Gymnastic star Beth reaches new heights for air ambulance
";
arnews[3] += "A WORLD champion athlete is supporting a vital emergency medical service. Beth Tweddle, Great Britaina s most successful gymnast, has become a patron of the North West Air Ambulance.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:29:34 GMT";
arnews[3] += "
";
arnews[4]="Tevez and Adebayor on target for City
";
arnews[4] += "A new Manchester City star was born in winger Adam Johnson as the Blues nudged up towards the top four with a 2-0 victory over Bolton.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:23:26 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("