var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Injury blow as two leave Strictly
";
arnews[0] += "EASTENDERS actor Ricky Groves was booted off Strictly Come Dancing last night after admitting he \"mucked up\" his routine.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:16:48 GMT";
arnews[0] += "
";
arnews[1]="On the final two nights of 'Dancing with the Stars' season nine...
";
arnews[1] += "\"Episode 910 & 910A\" - After ten weeks of surprises and dazzling performances, Mya, Kelly Osbourne and Donny Osmond have stood out in the largest group of \"Dancing with the Stars\" competitors and earned the right for a chance to be crowned champion of \"Dancing with the Stars.\" The three finalists will have their last opportunity to impress the ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:05:35 GMT";
arnews[1] += "
";
arnews[2]="EastEnders actor departs Strictly
";
arnews[2] += "EastEnders actor Ricky Groves was booted off Strictly Come Dancing after admitting he \"mucked up\" his routine.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:28:53 GMT";
arnews[2] += "
";
arnews[3]="Ricky Groves' mistake ridden tango was the last straw.
";
arnews[3] += "IT was the Ender the road for Ricky Groves on last night's Strictly - after a mistake-ridden tango saw him voted off.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:53:48 GMT";
arnews[3] += "
";
arnews[4]="Jade Johnson withdraws from 'Strictly'
";
arnews[4] += "Olympic athlete Jade Johnson has been forced to withdraw from Strictly Come Dancing through injury.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:31:14 GMT";
arnews[4] += "
";
arnews[5]="EastEnder Groves out of Strictly
";
arnews[5] += "EastEnders actor Ricky Groves and dance partner Erin Boag have been voted off Strictly Come Dancing, as a fellow competitor withdrew through injury.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:59:27 GMT";
arnews[5] += "
";
arnews[6]="Personal best
";
arnews[6] += "It's a matter of choosing the right direction. Bells rang . . . at Jupiter High School down the street.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("