var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sidebar for 11/22: 9/11 civil trial fuels controversy
";
arnews[0] += "The controversy surrounding the decision to try Khalid Shaikh Mohammed, the self-professed mastermind of the Sept.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:30:34 GMT";
arnews[0] += "
";
arnews[1]="Posh Diary: Halsall made the best ever start as Posh manager
";
arnews[1] += "IT'S a big day for new boss Mark Cooper as he takes charge of Posh for the first time at Sheffield United.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:48:13 GMT";
arnews[1] += "
";
arnews[2]="NHL around the league
";
arnews[2] += "Brian Burke, the Anaheim Ducks general manager, wants to make one thing clear: he is not is not interested in becoming the general manager of the Maple Leafs if his counterpart in Toronto, John Ferguson Jr., is fired by the team.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:16:51 GMT";
arnews[2] += "
";
arnews[3]="Louis Saha to return to Manchester United's Old Trafford
";
arnews[3] += "ROBERT Earnshaw has pleaded with Billy Davies to let him take out his growing frustration on Middlesbrough.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:59:24 GMT";
arnews[3] += "
";
arnews[4]="Food & Drink Events Search
";
arnews[4] += "Fri., Nov. 20, 6:30 p.m. 312-642-4600 To honor Kendall College's 75th anniversary, this fall the school will offer a dazzling \"Diamond Dinner\" at its fine-dining restaurant, The Dining Room, on Friday, November 20, 2009.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:11:15 GMT";
arnews[4] += "
";
arnews[5]="Odds adopt new name for reunion tour in B.C
";
arnews[5] += "Drummer Pat Steward, singer-guitarist Craig Northey and bassist Doug Elliott have a long and terrifically varied list of individual accomplishments.";
arnews[5] += "
Publ.Date : Thu, 23 Aug 2007 07:00: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("