var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actors vie to be Marshal Dillon in upcoming Gunsmoke' film
";
arnews[0] += "The job of Dodge City peacekeeper is proving to be one of the most desirable assignments around.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:15:06 GMT";
arnews[0] += "
";
arnews[1]="Show Biz Chez Nous: Kevin Tierney takes control...
";
arnews[1] += "Kevin Tierney defends his move from producing to directing: \"I think I'm absolutely as entitled to take a crack at this as anyone else.\" Photograph by: DAVE SIDAWAY, GAZETTE FILE, The Gazette Kevin Tierney isn't resting on his laurels as the producer of the top-grossing homegrown movie ever at the Canadian box office.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:09:40 GMT";
arnews[1] += "
";
arnews[2]="Best when batty
";
arnews[2] += "There's a reason Nicolas Cage was named best actor of 2009 by the Toronto Film Critics Association: The man does crazy like nobody's business.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hammerwood: Dirty old town
";
arnews[3] += "HAMILTONa 'Would-be superhero Arthur Poppington tries to save the world in Defendor , opening Feb.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:45:05 GMT";
arnews[3] += "
";
arnews[4]="Weekend Weirdness: Fubar 2: Terry and Dean Head North, Daddy...
";
arnews[4] += "Ita s a crazy, mixed up world and we are thankful for movies, excluding The Tooth Fairy starring The Rock , that offer proof.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 09:07:13 GMT";
arnews[4] += "
";
arnews[5]="Movie Posters Post
";
arnews[5] += "Even though I know that Steve Carrel does the voice for the character in Despicable Me, all I can think of when I see the character is Dara O'Briain. :/ It looks really funny though.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 20:47: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("