var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BBC newsreaders boost booty total
";
arnews[0] += "BBC newsreaders turned \"bootylicious\" last night as they braved a Beyonce dance routine for Children in Need.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="I Love the Islands Benefit Concerts
";
arnews[1] += "Saturday, 21 November 2009, 1:17 pm Press Release: I Love The Islands RAISE $344,000   The 'I Love the Islands' Benefit Concert NZ tour has raised $344,180.00* to aid Samoa after the recent Tsunami disaster.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:48:18 GMT";
arnews[1] += "
";
arnews[2]="Take that: Paul Pashley lights up Xmas with Gary Barlow song - Video
";
arnews[2] += "By Graham Walker Digital Editor TAKE That superstar Gary Barlow, rock legend Bryan Adams and Sheffield's Eliot Kennedy have written three new songs a ' for the city's own crooner Paul Pashley.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:05:27 GMT";
arnews[2] += "
";
arnews[3]="Do... - George Michael / Elton J...
";
arnews[3] += "Georgios Kyriacos Panayiotou achieved fame in the duo Wham! in his native U.K. in 1982.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:49:35 GMT";
arnews[3] += "
";
arnews[4]="Behind the Scenes of New Moon
";
arnews[4] += "Screenwriter Melissa Rosenberg tells The Daily Beast about life in the Twilight zone - and gives us a walk-through of the differences between the book and the movie.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:34:23 GMT";
arnews[4] += "
";
arnews[5]="The Love Me Nots Plan Live Album With Jack White's Nemesis
";
arnews[5] += "Phoenix garage rock outfit The Love Me Nots are planning to do a split live record with The Hounds Below , a new project by Jason Stollsteimer of The Von Bondies.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:45:30 GMT";
arnews[5] += "
";
totcount = 6;
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("