var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reality Check
";
arnews[0] += "If any Racers have ever had a chance at pulling through after a Speed Bump, it was Matt and Gary.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:42:48 GMT";
arnews[0] += "
";
arnews[1]="'Battle of the Blades' to return next fall
";
arnews[1] += "The elimination-style reality show \"Battle of the Blades\" will skate another season.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:38:52 GMT";
arnews[1] += "
";
arnews[2]="The week's reality TV update
";
arnews[2] += "The Amazing Race 15 If any Racers have ever had a chance at pulling through after a Speed Bump, it was Matt and Gary.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:43:47 GMT";
arnews[2] += "
";
arnews[3]="Whodunit? OCAD Mystery Art Sale
";
arnews[3] += "416-977-6000 http://www.ocad.ca With all pieces priced at $75, this is the bargain art event of the year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:40:37 GMT";
arnews[3] += "
";
arnews[4]="Nexus
";
arnews[4] += "21/09 $14 Event Web Site: http://www.music.utoronto.ca... MacMillan Theatre 80 Queen's Park Cr.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:40:31 GMT";
arnews[4] += "
";
arnews[5]="Weekend Planner: November 21a "22, 2009
";
arnews[5] += "Urban Planner is Torontoist's guide to what's on in Toronto, published every weekday morning, and in a weekend edition Friday afternoons.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:57:03 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("