var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunday Morning Jazz
";
arnews[0] += "It's been a while since I've posted a good music mash-up, so here goes ... Something Old - Nina Simone \"My Baby Just Cares For Me\" This adorable Claymation video has been around for quite a while, but if you haven't seen it you're in for a real treat.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 16:45:41 GMT";
arnews[0] += "
";
arnews[1]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R) Viewing Party Benefiting the Elt
";
arnews[1] += "The 18th annual Elton John AIDS Foundation Academy Awards Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010, at the Pacific Design Center and will be presented by Chopard, Jo and Raffy Manoukian, and Neuro Drinks.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 10:53:07 GMT";
arnews[1] += "
";
arnews[2]="The Sims Turns Ten
";
arnews[2] += "Wow, I saw this press release about EA's The Sims franchise turning ten and felt old.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 20:41:05 GMT";
arnews[2] += "
";
arnews[3]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R)...
";
arnews[3] += "On Wednesday February 3, 2010, 11:00 am EST LOS ANGELES , Feb. 3 /PRNewswire/ -- The 18th annual Elton John AIDS Foundation Academy AwardsA Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010 , at the Pacific Design Center and will be presented by Chopard, Jo and Raffy Manoukian , and Neuro Drinks.A The event ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:47:31 GMT";
arnews[3] += "
";
arnews[4]="Kingsmeadow Live presents The Dualers
";
arnews[4] += "Wednesday 03 February 2010 club news Kingsmeadow Live presents The Dualers! KINGSMEADOW LIVE PRESENTS - THE DUALERS! Saturday 24 April Doors 7.30pm, bar closes as 1am Admission: 14 For more information, please call our booking line on 020 8547 3335 Kingsmeadow Live is pleased to announce that The Dualers will be performing a 90 minute set on ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:00:00 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("