var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Candide' on tap for Goodman
";
arnews[0] += "Mary Zimmerman, who has been stirring up audiences at New York's Metropolitan Opera House in recent seasons, heads back to Chicago next fall with a new take on \"Candide.\" The production, along with four others announced today, will be part of the Goodman Theatre's 10th season in its Dearborn Street home.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:51:52 GMT";
arnews[0] += "
";
arnews[1]="Favourites crash at Charlton
";
arnews[1] += "The Donald Harness Racing Club held a compact seven event Graduation Class program at nearby Charlton on Wednesday February 10, featuring the $2000 Weirs IGA Donald Pacing Cup for R3 to R5 class over 2100 metres, with several short priced favourites failing to salute during the afternoon much to the dismay of punters.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:45:00 GMT";
arnews[1] += "
";
arnews[2]="YuDeal promises to put more power in hands of consumers
";
arnews[2] += "The founders of a new Web site that promises to put the power of \"social couponing\" in the hands of consumers unveiled their work last Thursday in downtown Asheville.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:47:24 GMT";
arnews[2] += "
";
arnews[3]="Lakers could be without Kobe
";
arnews[3] += "If Kobe Bryant doesn't play tonight, and as of Tuesday night it was uncertain whether or not he would, it wouldn't be the first time the Jazz have faced a Western Conference playoff contender missing an All Star-caliber player.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:08:37 GMT";
arnews[3] += "
";
arnews[4]="Lady Gaga, Rihanna and Ashley Simpson
";
arnews[4] += "Lady Gaga is auctioning off one of her costumes to raise money for Haiti and Eva Longoria had a wee copy and paste incident yesterday on Twitter! Bindi Irwin's first movie has gone straight to DVD.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:39:59 GMT";
arnews[4] += "
";
arnews[5]="All a Dream
";
arnews[5] += "We're standing on the roof of Beta, the heavy bass and distinct sound of drunken people beneath our feet.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:33:48 GMT";
arnews[5] += "
";
arnews[6]="Chisholm: Finding the right chemistry at NBA trade deadline
";
arnews[6] += "With the trade deadline a mere nine days away, the gap between buyers and sellers has never been more pronounced.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:47:37 GMT";
arnews[6] += "
";
arnews[7]="A fighting effort by Alabama not enough to knock off No. 3 Kentucky
";
arnews[7] += "There was no extended locker room powwow after the toughest test of the season for Alabama's basketball team.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:10:46 GMT";
arnews[7] += "
";
arnews[8]="Lakers thrive without Kobe
";
arnews[8] += "Los Angeles Lakers' Sasha Vujacic of Slovenia reaches for a loose ball as San Antonio Spurs' Roger Mason Jr falls on his back during the second half of their NBA basketball game in Los Angeles yesterday.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 06:53:26 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("