var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dawn Treader Production Blog Returns Us To Narnia
";
arnews[0] += "It's official: the teenage leads of The Chronicles of Narnia: The Voyage of the Dawn Treader have the best job you could ever hope to ask for, as long as you're a full-on adrenaline junkie.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 15:15:16 GMT";
arnews[0] += "
";
arnews[1]="Official Dawn Treader production blog begins
";
arnews[1] += "Just before Thanksgiving, 2009, the Hobbits, Narnia & Spirituality Examiner reported that Paul Martin of NarniaFans.com had filed his first official movie blog entry in a planned series of exclusive news reports direct from the set of the movie The Chronicles of Narnia: The Voyage of the Dawn Treader .";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="First Production Blog For 'The Voyage of the Dawn Treader'
";
arnews[2] += "The the first production blog for \"The Chronicles of Narnia: The Voyage of the Dawn Treader\" is now online via the official Facebook page.";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 14:54:00 GMT";
arnews[2] += "
";
arnews[3]="First The Chronicles of Narnia: The Voyage of The Dawn Treader Production Blog Update
";
arnews[3] += "The official page for The Chronicles of Narnia: The Voyage of The Dawn Treader have posted their official production blog update from the set of the film, which stars Starring:Ben Barnes, Skandar Keynes, Skandar Keynes, William Moseley, Anna Popplewell and Will Poulter.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 09:12:17 GMT";
arnews[3] += "
";
arnews[4]="First Dawn Treader Production Blog
";
arnews[4] += "The official Facebook page for The Chronicles of Narnia: The Voyage of the Dawn Treader has been updated with the first Production Blog on the film, scheduled to hit theaters on December 10.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 08:47:08 GMT";
arnews[4] += "
";
arnews[5]="Film fans should prepare for plenty of movies in 2010
";
arnews[5] += "What can you expect in theaters in 2010? Images that pop off the screen . Superheroes fighting for truth, justice and the American way .";
arnews[5] += "
Publ.Date : Fri, 15 Jan 2010 18:31:33 GMT";
arnews[5] += "
";
arnews[6]="Something for everyone at the multiplex in 2010
";
arnews[6] += "What can you expect in theaters in 2010? Images that pop off the screen . Superheroes fighting for truth, justice and the American way .";
arnews[6] += "
Publ.Date : Fri, 15 Jan 2010 08:29:13 GMT";
arnews[6] += "
";
arnews[7]="Blue Jays agree to deals with Bautista, McGowan
";
arnews[7] += "The Toronto Blue Jays on Sunday signed infielder/outfielder Jose Bautista to a one-year, $2.4 million contract.";
arnews[7] += "
Publ.Date : Wed, 16 Dec 2009 13:09:32 GMT";
arnews[7] += "
";
totcount = 8;
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("