var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="BBC's River City helps 91m flow into economy
"; arnews[0] += "By Rosemary Gallagher RIVER City, the BBC Scotland soap, has helped a regeneration project deliver a A 91.7 million boost to the economy, according to an independent report."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:00:32 GMT"; arnews[0] += "
"; arnews[1]="Girl Crazy Reviews
"; arnews[1] += "\"Girl Crazy\": [ P ] DIVA TALK: She Said/He Said with Girl Crazy 's Becki Newton and Chris Diamantopoulos [ NYT ] Home on the Range and on the Stage By CHARLES ISHERWOOD \"Girl Crazy,\" the Gershwin musical from 1930 about a handful of wiseacre New Yorkers plopped down in the Wild West, opens this year's Encores! series of concert musicals at City ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:50:13 GMT"; arnews[1] += "
"; arnews[2]="Football: Broxburn lose out to nine-man Seton BC after explosive start
"; arnews[2] += "By ALEX SCHWEITZER-THOMPSON THREE goals and two red cards brought this clash between Seton BC and Broxburn Athletic Colts to boiling point after just half an hour."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="Community effort builds home for defrauded woman
"; arnews[3] += "With the man who defrauded her of more than $80,000 convicted and awaiting sentencing, Denise Bundy's next big hurdle will be building shelter for the winter."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="College football: Brown hoping to share second in Ivy League
"; arnews[4] += "They arrived for training camp three months ago brimming with optimism and eager to show what they could do."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:20:03 GMT"; arnews[4] += "
"; arnews[5]="London Chess Classic: the chess set
"; arnews[5] += "Check it out: chess is popular in primary schools where there is growing recognition of the game's educational role as a 'brain-accelerator' Photo: PHILIP HOLLIS Half-past three, and at the Trafalgar Junior School in Twickenham the school chess club is in full swing."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:12:15 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("
");