var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Super Bowl puts even the Carling Cup final in the shade - Times Online
";
arnews[0] += "They will tell you, over and over, that the Super Bowl is the greatest sports spectacle on earth. By “they”, I mean specifically “Young” Jake Humphrey on the BBC, although a reference to the spectacle’s unrivalled greatness has been a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:34:00 GMT";
arnews[0] += "
";
arnews[1]="Dancing on Ice Friday - The Gaea Times
";
arnews[1] += "... LOS ANGELES — The man who made \"Moulin Rouge\" is lending his expertise to \"Dancing With the Stars.\" Baz Luhrmann is serving as a guest judge on the hit ABC dance show on Monday and Tuesday as head judge Len Goodman takes a week off.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[1] += "
";
arnews[2]="'Strictly' Sport Relief details revealed - Digital Spy
";
arnews[2] += "The millionaire businessmen's dancing skills will be assessed by regular show judges Bruno Tonioli, Craig Revel Horwood and Len Goodman. The contest will make up part of the evening's entertainment on this year's Sport Relief, which airs on Friday ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:12:00 GMT";
arnews[2] += "
";
arnews[3]="Daly hints at 'Strictly' Sport Relief - Digital Spy
";
arnews[3] += "Tess Daly has revealed that there will be a Strictly Come Dancing Sport Relief special. The TV presenter announced the news in her fashion blog in The Mirror . \"Talking of dancing, I'm looking forward to a Strictly does Sport Relief special where we ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 13:51:00 GMT";
arnews[3] += "
";
arnews[4]="Duncan Bannatyne and Peter Jones swap Dragon's Den for the dancefloor ... - Daily Mail
";
arnews[4] += "... judging panel Bruno Tonioli, Craig Revel Horwood and Len Goodman watching their every move. Don't give up the day job! Dragon's Den star Peter Jones with dance partner Natalie Lowe during rehearsals for a Strictly Come Dancing Sport Relief ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:30:00 GMT";
arnews[4] += "
";
arnews[5]="Den duo take to the dancefloor - Belfast Telegraph
";
arnews[5] += "... budding entrepreneurs than getting down to the serious business of dancing. Instead of flashing their cash they were strutting their stuff, with Strictly judging panel Bruno Tonioli, Craig Revel Horwood and Len Goodman watching their every move ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 00:25:00 GMT";
arnews[5] += "
";
arnews[6]="STRICTLY COME DANCING THE LIVE TOUR: WEMBLEY ARENA - Daily Express
";
arnews[6] += "STRICTLY COME DANCING is once again off the small screen and, for the next two weeks at least, touring the UK’s huge arenas. Attractive but fiercely aggressive lighting, a galaxy of glitter balls and a shudderingly loud Allan Rogers Orchestra ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT";
arnews[6] += "
";
arnews[7]="Strictly come rolling... The secret passion of BRIAN FORTUNA - Daily Mail
";
arnews[7] += "... went down to Florida with my father for the US ballroom dance championships. I met head judge Len Goodman and told him: 'I'm really interested in being part of the show. Can you put in a word for me?' I called the Dancing With The Stars ...";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 22:16:00 GMT";
arnews[7] += "
";
totcount = 8;
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("