var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Strictly Come Dancing votes off its 'Joker' Ricky Groves with his ... - Daily Mail
";
arnews[0] += "He's been the show's joker with his entertaining moves on the dance floor but tonight Ricky Groves was voted off Strictly Come Dancing. The ex-Eastenders actor, 41, made a number of mistakes in his tango with partner Erin Boag and even told the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[0] += "
";
arnews[1]="Strictly judge Bruno says girls must be ruder - News of World
";
arnews[1] += "The fiery 53-year-old wants rumoured lovebirds Ali Bastian and Brian Fortuna to use their backstage lust on the dancefloor. And he thinks curvy ex- EastEnder Natalie Cassidy should get her BOOBS out more. Of The Bill star Ali, 26, Bruno said: \"She is ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:07:00 GMT";
arnews[1] += "
";
arnews[2]="Zac Efron greeted by hordes of screaming fans at London premiere - Daily Mail
";
arnews[2] += "Last week there were teenage girls going crazy for Robert Pattinson. This week, they turned out in force for Zac Efron. The High School Musical star was at the premiere of his new film in Leicester Square this evening, and spent time meeting his ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:25:00 GMT";
arnews[2] += "
";
arnews[3]="Fan 'bids thousands for X Factor seats' - Digital Spy
";
arnews[3] += "An X Factor fan has reportedly bid a five-figure sum in an auction of VIP tickets for the show. The Pilotlight group, which helps small charities and social enterprises, put up two tickets for the November 29 results programme and attracted the bid ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:50:00 GMT";
arnews[3] += "
";
arnews[4]="Strictly Come Dancing to air tribute to Patrick Swayze - New Kerala
";
arnews[4] += "Dancers Brian Fortuna and Kristina Rihanoff will perform on the track ‘She''s Like The Wind,’ from the star’s film ‘Dirty Dancing.’ \"Kristina is a big fan of Patrick and asked the show if she could do a tribute,\" the Sun quoted a source as ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 07:53:00 GMT";
arnews[4] += "
";
arnews[5]="X Factor fever sweeps Through Charity Auction as bids to watch show ... - PR Inside
";
arnews[5] += "2009-11-20 14:19:22 - Two VIP tickets for the X Factor 29th November live results show sparked a bidding frenzy within hours of appearing online in a charity auction. One X Factor fan has already bid a five figure sum to see the final 5 contestants ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:18: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("