var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Strictly Come Dancing: EastEnders star Ricky Groves out - BBC Entertainment
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[0] += "
";
arnews[1]="EastEnders actor departs Strictly - Metro.co.uk
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 21:10:00 GMT";
arnews[1] += "
";
arnews[2]="Two stars exit Strictly Come Dancing - Daily Telegraph
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[2] += "
";
arnews[3]="Dancing Mya's Butt: Best Friends With Len Goodman - Entertainment Online
";
arnews[3] += "Mya definitely wants to make it to next week's Dancing With the Stars finals, but she's also kinda looking forward to the day when it all comes to an end. \"I'm very nervous because if I make it to the finals, we have four dances next week,\" Mya told ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 04:45:00 GMT";
arnews[3] += "
";
arnews[4]="Dancing reporter tries to shine with the ‘Stars’ - Canton Repository
";
arnews[4] += "TK photos (TPN) available at www.latwp.com. Eight hours of practice and an utter lack of common sense have brought me here, poised to descend 19 steep steps to the ballroom floor of “Dancing With the Stars.” I lean heavily on a backstage railing ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[4] += "
";
arnews[5]="Dancing with the Stars: Donny Osmond struggles in the tango, excels in ... - Ledger-Enquirer
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 17 Nov 2009 01:40:00 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("