var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blackhawks' Fan Jeremy Piven: "The Goods" Gone Bad
";
arnews[0] += "Has anyone else seen the old ChicagoA Blackhawks commercial, in which actor Jeremy Piven makes himself a personal favorite to anyone who wears the Indian Head sweater? The link to the 31 second spot it here , courtesy of YouTube, if youa ve never seen it.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:31:52 GMT";
arnews[0] += "
";
arnews[1]="YouTube: The Best of March
";
arnews[1] += "As March takes its final bow and hopefully takes the last of this miserable winter along with it, it's time to take a look at some of the best YouTube videos from the past month.";
arnews[1] += "
Publ.Date : Fri, 28 Mar 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Blackhawks continue mastery of Flames
";
arnews[2] += "Chicago Blackhawks celebrate a goal as Calgary Flames goalie Miikka Kiprusoff looks on during their game at the Pengrowth Saddledome in Calgary, Alberta on November 19,2009. Photograph by: Leah Hennel, Calgary Herald The Calgary Flames act like victims of post-traumatic stress disorder every time they see the Chicago Blackhawks.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:35:55 GMT";
arnews[2] += "
";
arnews[3]="Award announcement leaves rivals green with envy
";
arnews[3] += "A huge pat on the back to two local businesses that were named imagineCalgary 2009 Sustainability Award winners this week.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:30:30 GMT";
arnews[3] += "
";
arnews[4]="Entourage - Ari Gold's Best Bits Video | Jeremy...
";
arnews[4] += "Entourage is a U.S. television series that has been running for six seasons now.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:45:33 GMT";
arnews[4] += "
";
arnews[5]="DVD column: 'Star Trek,' 'My Sister's Keeper' new on DVD
";
arnews[5] += "ANDY BARKER, P.I .: THE COMPLETE SERIES Conan O'Brien sidekick Andy Richter's tragically short-lived six-episode NBC comedy series has been resuscitated in fine style in this welcome release from the always reliable Shout! Factory.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:24:02 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("