var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="4. Office gangsta
";
arnews[0] += "Who knew we'd see him back on TV -- in a comedy? Video View a slide show We loved all five seasons of \"The Wire\" at Salon.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:26:38 GMT";
arnews[0] += "
";
arnews[1]="Macy's parade marches in the holidays
";
arnews[1] += "When most of us think of Thanksgiving, we think of eating delicious foods, spending time with family and being thankful for everything we have.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV best bets: Mon., Nov. 16
";
arnews[2] += "ONE TREE HILL a ' Nathan and Clay reach a breaking point, causing a rift between Quinn and Haley .";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 11:46:57 GMT";
arnews[2] += "
";
arnews[3]="Heroes Preview: 'Brother's Keeper'
";
arnews[3] += "Sylar continues to battle a bewildered and injured Matt Parkman , and Samuel comes closer to realizing his true potential, becoming increasingly more powerful every step of the way; Tracy begins to lose control of her ability.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Burberry opens flagship store in Toronto
";
arnews[4] += "A little bit of Britain has come to Canada. And no, it's not just the much hyped visit from Charles and Camilla.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 02:02:59 GMT";
arnews[4] += "
";
arnews[5]="Morning Links
";
arnews[5] += "Milla Jovovich , Ali Larter , and Wentworth Miller were spotted shooting scenes for their movie 'Resident Evil: Afterlife' in Toronto.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 17:26:51 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("