var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bad Movie Showdown - Transformers 2 Vs. GI Joe
";
arnews[0] += "As stated elsewhere, when I travel I often dig up movies which I know The Girl won't object to me watching without her.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Festival putting on the glitz with a raft of parties
";
arnews[1] += "Okay, all you party crashers and star gazers, here is your chance. The Vancouver International Film Festival isn't just about earnestly sitting and watching obscure flicks from Kazakhstan, although there is plenty of that, too.";
arnews[1] += "
Publ.Date : Fri, 02 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Festival putting on the glitz with a raft of parties
";
arnews[2] += "Okay, all you party crashers and star gazers, here is your chance. The Vancouver International Film Festival isn't just about earnestly sitting and watching obscure flicks from Kazakhstan, although there is plenty of that, too.";
arnews[2] += "
Publ.Date : Fri, 02 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Boozy role a 'riot' on balance
";
arnews[3] += "When: Today-March 18 Tickets: $20 at ticketstonight.ca; pay-what-you-will March 6 and 13 When Teryl Rothery is asked what it's like to play a self-proclaimed drunk, it's clear what she thinks of the role.";
arnews[3] += "
Publ.Date : Thu, 01 Mar 2007 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Festival putting on the glitz with a raft of parties
";
arnews[4] += "Okay, all you party crashers and star gazers, here is your chance. The Vancouver International Film Festival isn't just about earnestly sitting and watching obscure flicks from Kazakhstan, although there is plenty of that, too.";
arnews[4] += "
Publ.Date : Fri, 17 Jul 2009 18:38:15 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("