var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fashion with bite
";
arnews[0] += "After all was said and done and hung, it was the sight of 20 models jay-running across Dundas West in the dark of the night that was the most fashionable moment of the week.";
arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 07:38:12 GMT";
arnews[0] += "
";
arnews[1]="Greta Constantine Spring/Summer 2010 Collection
";
arnews[1] += "Greta Constantine once again held the unofficial kick-off to Fashion Week in Toronto.";
arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 15:50:00 GMT";
arnews[1] += "
";
arnews[2]="Monopoly with real currency
";
arnews[2] += "If there's one core event at Nuit Blanche, a single signifying gesture indicating the collective mojo of the dusk-to-dawn art crawl and its 280 or so artists, it's found at Monopoly with Real Money by Iain Baxter&. A swanky big money/big ego setting is provided for 30-plus local celebrities a ' urban studies theorist Richard Florida, rapper K-OS ...";
arnews[2] += "
Publ.Date : Fri, 02 Oct 2009 20:49:21 GMT";
arnews[2] += "
";
arnews[3]="Polaris gets Fucked Up
";
arnews[3] += "In an event some music critics are calling \"Nerd Christmas,\" Fucked Up took home the $20,000 Polaris Music Prize for their album The Chemistry Of Common Life, while sets from Metric, Patrick Watson and a cookie sheet-banging Elliott Brood made everyone question the identity of Canadian music \"Happy Nerd Christmas, everyone!\" That's how critics were ...";
arnews[3] += "
Publ.Date : Tue, 22 Sep 2009 20:30:06 GMT";
arnews[3] += "
";
arnews[4]="Canada's Next Top Model blog: Meaghan last model standing
";
arnews[4] += "Well, by now it's old news that blond-haired, blue-eyed Winnipeger Meaghan Waller triumphed over Edmontonian Linsay Willier to become Canada's Next Top Model, Tuesday.";
arnews[4] += "
Publ.Date : Sat, 18 Jul 2009 04:17:55 GMT";
arnews[4] += "
";
arnews[5]="Model citizen
";
arnews[5] += "Fashion waits for no one -- and suddenly, Meaghan Waller has been swept up in its whirlwind.";
arnews[5] += "
Publ.Date : Thu, 16 Jul 2009 10:11:41 GMT";
arnews[5] += "
";
arnews[6]="CNTM3 Interviews with winner, Meaghan + two runners up.
";
arnews[6] += "The 19-year-old from Winnipeg, Man., was named the winner on the final episode Tuesday night, after an exciting runway showdown featuring hot celebrity designers The Blonds.";
arnews[6] += "
Publ.Date : Thu, 16 Jul 2009 04:39:38 GMT";
arnews[6] += "
";
arnews[7]="Print Version
";
arnews[7] += "There wasn't a dry eye in the house at tonight's final judging on CTV's CANADA'S NEXT TOP MODEL.";
arnews[7] += "
Publ.Date : Wed, 15 Jul 2009 15:45:23 GMT";
arnews[7] += "
";
arnews[8]="Meaghan Takes The Title of Canada's Next Top Model
";
arnews[8] += "There wasn't a dry eye in the house at tonight's final judging on CTV's CANADA'S NEXT TOP MODEL.";
arnews[8] += "
Publ.Date : Wed, 15 Jul 2009 15:45:18 GMT";
arnews[8] += "
";
totcount = 9;
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("