var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BSG Watch
";
arnews[0] += "So I'm watching the pilot episode of \" Human Target \" on Fox last Sunday - starring Mark Valley - and in the very first episode, there's Tricia Helfer and Donnelly Rhodes .";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 13:31:00 GMT";
arnews[0] += "
";
arnews[1]="Bard on the Beach's Tempest sells out
";
arnews[1] += "The weird sisters of Macbeth couldn't have cooked up a stranger summer weather-wise, but Bard on the Beach audiences emulate the U.S. postal service -- rain, snow, sleet or hail, we'll line up early and dash into the tents to claim seats.";
arnews[1] += "
Publ.Date : Thu, 14 Aug 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Fred Lee's Urban Landscape
";
arnews[2] += "Photo Gallery The tenth annual TD Dunk Tank in support of Canuck Place and Ronald McDonald House drew more than 20 brave professionals from the financial, legal and media sectors, who took the plunge into a pool of cold water in front of the Vancouver Art Gallery.";
arnews[2] += "
Publ.Date : Wed, 09 Jul 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Vancouver becomes Wonderland in TV retelling of Lewis Carroll's Alice
";
arnews[3] += "VANCOUVER a 'A Through the looking glass and down the rabbit hole: Alice is audacious, ambitious, amazing, esthetic, ambiguous, alternative a ' alt.";
arnews[3] += "
Publ.Date : Sat, 26 Dec 2009 10:42:33 GMT";
arnews[3] += "
";
arnews[4]="Ones to watch
";
arnews[4] += "Epstein has been acting since he was a kid, making his debut at the age of nine playing Michael Darling in a production of Peter Pan on the Queen Elizabeth Theatre stage.";
arnews[4] += "
Publ.Date : Thu, 24 Dec 2009 15:03:29 GMT";
arnews[4] += "
";
arnews[5]="Goodbye, "Galactica"
";
arnews[5] += "Spoiler alert: If you haven't seen the show's finale yet, for frack's sake don't read this! It must have been cosmic irony: As the wandering tribes of \"Battlestar Galactica\" finally arrived on Earth , the series itself never felt more disconnected from solid ground.";
arnews[5] += "
Publ.Date : Sat, 21 Mar 2009 07:00:00 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("