var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fashion week meets the Baftas
"; arnews[0] += "It's a brilliant idea to combine the drama of the Baftas with the catwalk glamour of London fashion week."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:05:04 GMT"; arnews[0] += "
"; arnews[1]="Review: Stirring 'Robin Hood' series leads new DVD sets from BBC
"; arnews[1] += "ONE OF ENGLAND'S most enduring characters, Robin Hood, swings back into action in one of several sparkling new DVD sets recently released by BBC Home Video."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:22:22 GMT"; arnews[1] += "
"; arnews[2]="This Week in DVD: February 9th
"; arnews[2] += "Rob Hunter loves movies.A He also loves eating tofu and protecting exiled Chinese revolutionaries from assassination."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:34:20 GMT"; arnews[2] += "
"; arnews[3]="First the Doldrums, Then Death
"; arnews[3] += "What's in a name? Pretty much everything when it comes to \"Really Old, Like Forty Five,\" the Tamsin Oglesby play that has opened at the National's Cottesloe Theatre, where it runs in repertory through April 20."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:08:11 GMT"; arnews[3] += "
"; arnews[4]="Emma
"; arnews[4] += "Our reviews of Emma and The Romance Collection: Special Edition are also available."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Coen Brothers do it again in 'Serious Man'
"; arnews[5] += "Here's what's new on DVD and Blu-ray today. 'A Serious Man' Leave it to the Coen brothers to slip in seemingly unannounced."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:37:08 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("
");document.write("
");