var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EastEnders actor departs Strictly - Entertainment.uk.msn.com
";
arnews[0] += "Head judge Len Goodman said there were \"too many mistakes\" and he \"kept going wrong\", while Bruno Tonioli said the performance ended \"very, very badly\". Craig Revel Horwood said there were \"obviously mistakes galore\", adding: \"It was sterile and ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:00 GMT";
arnews[0] += "
";
arnews[1]="Injury blow as two leave Strictly - Scotsman
";
arnews[1] += "EASTENDERS actor Ricky Groves was booted off Strictly Come Dancing last night after admitting he \"mucked up\" his routine. And Olympic athlete Jade Johnson was also forced to withdraw after failing to recover from a ligament injury she sustained in ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[1] += "
";
arnews[2]="Strictly Come Dancing: EastEnders star Ricky Groves out - BBC Entertainment
";
arnews[2] += "EastEnder Ricky Groves and dance partner Erin Boag have become the latest couple to leave BBC One show Strictly Come Dancing. Olympic athlete Jade Johnson was also forced to withdraw from the series after failing to recover from a ligament injury ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[2] += "
";
arnews[3]="Two stars exit Strictly Come Dancing - Daily Telegraph
";
arnews[3] += "And Olympic athlete Jade Johnson was also forced to withdraw from the series after failing to recover from a ligament injury she sustained in last week's dress rehearsal. Groves, this week's lowest scoring contestant, predicted his own downfall after ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[3] += "
";
arnews[4]="Dancing with the Stars: Donny Osmond struggles in the tango, excels in ... - Ledger-Enquirer
";
arnews[4] += "Len Goodman, 7: \"It was a catastrophe.\" Bruno Tonioli, 7: \"You completely lost it.\" Carrie Ann Inaba, 7: \"Way to make it to the end.\" Model Joanna Krupa and partner Derek Hough earned 27 points for their Viennese Waltz. Len Goodman, 9: \"Your hold ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 01:40:00 GMT";
arnews[4] += "
";
arnews[5]="Dancing with the Stars Novemer 17 results: Model Joanna Krupa ... - Ledger-Enquirer
";
arnews[5] += "Model Joanna Krupa and partner Derek Hough, who finished Monday's show in second place with 81 points, were sent home from \"Dancing with the Stars\" just one week before the final round of competition. \"It's been such an amazing experience... I've ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:24:00 GMT";
arnews[5] += "
";
arnews[6]="10 Reasons I Heart DWTS - Salon
";
arnews[6] += "Click \"Submit Abuse\" if you feel this post is inappropriate. Explain why below if you wish. Dancing With The Stars is fun. It doesn’t pretend to be anything else. In fact, \"fun\" may the the most prevalently said word on DWTS every episode ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 17:11:00 GMT";
arnews[6] += "
";
arnews[7]="Season 9 of 'Dancing With the Stars' cha chas to an end - Newsday
";
arnews[7] += "Bruno Tonioli . He was absolutely right. She's the best, maybe even good enough to go pro. She's your ninth-season winner, and it won't - or shouldn't - even be close Tuesday night.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:27: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("