var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Globe and Mail Reporter Simon Avery.
";
arnews[0] += "Blogs Friday, November 20, 2009 4:48 PM At the close: Down but resilient Simon Avery N orth American stock markets ended the day down on Friday, hit by a rising U.S. dollar, weak housing data and disappointing quarterly earnings.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:47:36 GMT";
arnews[0] += "
";
arnews[1]="Curvy Women May Be A Clever Bet
";
arnews[1] += "Curvy Women May Be A Clever Bet. Nigella Lawson: Curvy figure and an Oxford degree [Pic in URL]. Women with curvy figures are likely to be brighter than waif-like counterparts and may well produce more intelligent offspring, a US study suggests.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:34:44 GMT";
arnews[1] += "
";
arnews[2]="Local Developer Selected for Downtown Project
";
arnews[2] += "Mayor Chris Beutler announced today that the Urban 38 team, which includes local developer WRK, will be the development team for the City-owned \"Catalyst\" site on the south side of \"Q\" Street between 13th and 14th streets.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:19:36 GMT";
arnews[2] += "
";
arnews[3]="New New Chrysler's Marchionne to Address Economic Club at Chicago Auto Show
";
arnews[3] += "Sergio Marchionne, Chief Executive Officer of Chrysler Group LLC, will address the Economic Club of Chicago at the group's annual Chicago Auto Show luncheon meeting on Feb.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:19:49 GMT";
arnews[3] += "
";
arnews[4]="Mayor Announces Developer for Major Downtown Project
";
arnews[4] += "Date: November 20, 2009 Diane Gonzolas, Citizen Information Center, 441-7831 Dallas McGee, Urban Development, 441-7857 Zachary Wiegert, Woodbury Corporation, 434-9440 Mayor Chris Beutler announced today that the City has selected a development team for the City-owned \"Catalyst\" site on the south side of \"Q\" Street between 13th and 14th streets.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:14:49 GMT";
arnews[4] += "
";
arnews[5]="New physical fitness standards effective July 1, biannual testing begins Jan. 1
";
arnews[5] += "The effective date for the revised fitness program was is now July 1, 2010. Biannual testing under the current fitness standards are still scheduled to begin Jan.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:06: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("