var arnews = new Array(6);
totcount = 4;
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] += "
";
totcount = 4;
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("