var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Five Clips from UK Mini-Series The Day of the Triffids - DREAD CENTRAL.COM
";
arnews[0] += "In anticipation of its February 1st UK DVD release date (with the Blu-ray following on February 22nd) from Showbox Home Entertainment, The Day of the Triffids has shared five clips from the mini-series on its MySpace Blog, and we, in turn, are ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:11:00 GMT";
arnews[0] += "
";
arnews[1]="Average User Rating - YAHOO!
";
arnews[1] += "This quintessential and super-successful '90s teen soap followed a group of rich and attractive young people as they grew from teens into adults in sunny Southern California. (Though today’s teens are probably more familiar with the reincarnated ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 10:45:00 GMT";
arnews[1] += "
";
arnews[2]="Get Your E! News Now - Entertainment Online
";
arnews[2] += "They may not be Minnesota twins, but Jason Priestley is doubling up his Beverly Hills brood. The erstwhile Beverly Hills, 90210 star and his makeup-artist wife, Naomi Lowde , are expecting their second child together, E! News confirms.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 16:36:00 GMT";
arnews[2] += "
";
arnews[3]="Athletes and Artists Collide To Pay Tribute to Vancouver 2010 in BRAVO ... - Channel Canada
";
arnews[3] += "... curling champion Jennifer Jones (Winnipeg, MB) o SIT ON IT: Directed by Murray Siple; featuring Paralympic sit-skier Josh Dueck (Vernon, BC) o JUST BEAT IT: Directed by Jason Priestley; featuring World Championship silver medallist and Olympic ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 22:26:00 GMT";
arnews[3] += "
";
arnews[4]="Canadian athletes perform – but as actors - CTV Olympics
";
arnews[4] += "Directors, drawn from the world of music videos and film, included actor Jason Priestley and author Douglas Coupland. On the sets, the 100-per-cent Canadian crews were eager to have some small role in the Games. \"Working with the athletes is ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 19:28:00 GMT";
arnews[4] += "
";
totcount = 5;
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("