var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="jPod set squarely in Couplandia
";
arnews[0] += "Douglas Coupland's novels have turned Vancouver's quirks into the stuff of best-sellers, and the producers of the new CBC TV series jPod are betting that Coupland's eye for west-coast weirdness will click with TV audiences as well.";
arnews[0] += "
Publ.Date : Tue, 08 Jan 2008 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Vancouver's Asian Film Fest Is Nothing to Sneeze at
";
arnews[1] += "The Vancouver Asian Film Festival probably has enough initials already -- VAFF makes for a tidy little title.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 11:10:37 GMT";
arnews[1] += "
";
arnews[2]="Vancouver Asian Film Festival adopts a more personal tone
";
arnews[2] += "It's been a while since there's been an Asian North American box-office hit. The Joy Luck Club, The Wedding Banquet , and Snow Falling on Cedars were all from the '90s. Indie successes like Better Luck Tomorrow and Eve and the Fire Horse have been few and far between over the past decade.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 14:06:36 GMT";
arnews[2] += "
";
arnews[3]="The Freezing Fighters of Johto! Thread 8! Battle our Gym Leader, Akira | Need Active Members! [9/16]
";
arnews[3] += "THE FREEZING FIGHTERS OF JOHTO CLAN! THREAD 8! Welcome to the THE FIGHTERS OF JOHTO CLAN! We are so happy to actually make it up to THREAD 8! I hope you enjoy it as much as we do! The Johto and Frost clan have finally merged! We love the Johto region and Ice and Water types! We love you to join too! ---------------------------- ...";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 07:11:49 GMT";
arnews[3] += "
";
arnews[4]="The Treecko Clan!~We're better than all of the board games!~[5/16]
";
arnews[4] += "The Treecko Clan! Hi, I will like to present the Treeko Clan. We're a big fan of Treecko's and I hope you are too! Well, let's move on! Members! These people may post in this clan.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 07:11:18 GMT";
arnews[4] += "
";
arnews[5]="Justin Hartley Plays a Dangerous Game on Smallville
";
arnews[5] += "Just when I think I am watching one of the best seasons of Smallville ever and it is time to go into a slump, they throw \"Roulette\" at me.";
arnews[5] += "
Publ.Date : Sat, 24 Oct 2009 18:51:03 GMT";
arnews[5] += "
";
arnews[6]="11th Hour attendees nosh past midnight
";
arnews[6] += "AFTER TITANIC: Hollywood press agent Dawna Shuman flew in to stickhandle the hype surrounding a pre-release private screening of movie star Leonardo DiCaprio's The 11th Hour at the Fifth Avenue Cinemas Thursday.";
arnews[6] += "
Publ.Date : Sat, 25 Aug 2007 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Smallville: Preview of Episode 9.05 "Roulette"
";
arnews[7] += "We're getting more Oliver on this season of Smallville , but on tonight's episode the guy is suddenly kidnapped.";
arnews[7] += "
Publ.Date : Fri, 23 Oct 2009 05:30:53 GMT";
arnews[7] += "
";
arnews[8]="Critic's Corner Weekend
";
arnews[8] += "Another DC comic character moves into Smallville , as Roulette pays a visit to Oliver.";
arnews[8] += "
Publ.Date : Fri, 23 Oct 2009 03:58:49 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("