var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Annual Realtors Charity Auction goes tonight
";
arnews[0] += "A major event for the CHML/Y108 Christmas Tree of Hope campaign is on tap tonight.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:01:49 GMT";
arnews[0] += "
";
arnews[1]="Suzie McNeil will headline Tree of Hope concert
";
arnews[1] += "Suzie McNeil will headline this year's CHML/Y108 Christmas Tree of Hope concert.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:16:01 GMT";
arnews[1] += "
";
arnews[2]="Sask. artists Juno bound
";
arnews[2] += "Saskatchewan is going to the Junos thanks to country, blues, rock and Joni. Receiving nominations for the awards on March 6 are Donny Parenteau from Prince Albert, Little Miss Higgins from Nokomis, Kevin Churko originally from Moose Jaw and Joni Mitchell, who once lived in Saskatoon.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 07:31:42 GMT";
arnews[2] += "
";
arnews[3]="A Canadian Christmas 4
";
arnews[3] += "A CANADIAN CHRISTMAS 4 features both traditional and contemporary Holiday songs performed by popular Canadian artists - including Sarah McLachlan, Diana Krall, The Band, Great Big Sea and Jann Arden.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 16:43:22 GMT";
arnews[3] += "
";
arnews[4]="Markham getting set for arrival of Olympic torch
";
arnews[4] += "Markham council got a sneak peek of the town's Olympic torch relay celebration at a general committee meeting Monday.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="ONTVnov10
";
arnews[5] += "Many artists band together to honour the sounds of Motown in this premiere. Juno Award winner Colin James is joined by R&B queen Divine Brown, rocker Suzie McNeil, guitarist Jason Nozuka and jazz singer Matt Dusk.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 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("