var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TTC union head lashes out at riders, management
";
arnews[0] += "Kelly Grant Toronto - Published on Tuesday, Feb. 09, 2010 12:33PM EST Last updated on Tuesday, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Wednesday short list
";
arnews[1] += "Come in and make a dragon to celebrate the Chinese New Year. All day. Free. Jessie Peterman Library, 321 W. Main St., Floyd, 382-6965. Garden Travels Holly Scoggins will discuss \"Tropical Plants In Situ: From Palm Trees to Passion Flowers.\" Bring a lunch.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:45:38 GMT";
arnews[1] += "
";
arnews[2]="As a 'We Are the World' remake debuts, we look back at charity singles
";
arnews[2] += "From Band Aid to USA for Africa, pop stars are a charitable bunch and have been known to gather en masse when there's a worthwhile cause to rally behind.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT";
arnews[2] += "
";
arnews[3]="Snow felt by living, dead
";
arnews[3] += "When nearly 2 feet of snow bury a region, few people rest -- not even those who need burials.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:37:08 GMT";
arnews[3] += "
";
arnews[4]="Disney's first-quarter revenue rises
";
arnews[4] += "Disney made it a trifecta, reporting better-than-expected quarterly financial results after News Corp.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:35:55 GMT";
arnews[4] += "
";
arnews[5]="a Stop harassinga TTC workers
";
arnews[5] += "TTC union president Bob Kinnear lashed out at the members of the public who have been filming and snapping pictures of TTC staffers on the job and his message to them was clear: Stop it.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:29:19 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("