var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Sweet Charity Begins Performances at London's Menier Chocolate Factory Nov. 21
"; arnews[0] += "The Menier Chocolate Factory's new production of the classic 1966 Broadway musical Sweet Charity begins performances Nov."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:54:38 GMT"; arnews[0] += "
"; arnews[1]="Ramsbottom teenager lands his TV break
"; arnews[1] += "A RAMSBOTTOM teenager is set to become a star of the small screen when he appears in a new BBC1 series."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:30:16 GMT"; arnews[1] += "
"; arnews[2]="Tamzin Outhwaite: I'd like to stop time
"; arnews[2] += "Tamzin Outhwaite has revealed that given the choice, she'd rather freeze time than see into the future."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:01:25 GMT"; arnews[2] += "
"; arnews[3]="Strange times for Tamzin
"; arnews[3] += "THERE are crimes, cops and car chases but new BBC drama Paradox is unlike any other police show."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:25:00 GMT"; arnews[3] += "
"; arnews[4]="This Week's TV: Gavin and Stacey's Moving Occurrence
"; arnews[4] += "Ruth Jones tells TV Choice that filming the final series of Gavin & Stacey was an emotional experience for the show's cast."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Television Interview
"; arnews[5] += "With a premise of police trying to prevent awful future events from happening, is Paradox the UK's answer to FlashForward ? The five-part drama series, which begins airing next week on BBC One, starts when a group of cops are handed a set of disturbing images pertaining to a disaster that has yet to happen."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Outhwaite: I'd like to stop time
"; arnews[6] += "Tamzin Outhwaite has revealed that given the choice, she'd rather freeze time than see into the future."; arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 13:16:21 GMT"; arnews[6] += "
"; arnews[7]="Jamie takes on unhealthiest town
"; arnews[7] += "Chef Jamie Oliver said trying to get the most unhealthy town in America eating properly is the hardest thing he has ever done."; arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 14:31:54 GMT"; arnews[7] += "
"; arnews[8]="200 gadget that keeps Kate Moss wrinkle-free
"; arnews[8] += "SUPERMODEL Kate Moss stays wrinkle-free at 35 by giving her facial muscles a daily workout with this 200 hand-held electronic gadget, it was claimed yesterday."; arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 16:56:07 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");