var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Group says proposed Okla. Christian prison likely unconstitutional - Associated Baptist Press
";
arnews[0] += "where most of the 1996 blockbuster \"Twister\" starring Helen Hunt and Bill Paxton was filmed, could be home to the nation's first prison staffed entirely by Christians. Pictured are \"Twister\" stars Helen Hunt and Bill Paxton, in a publicity still from ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:36:00 GMT";
arnews[0] += "
";
arnews[1]="Steve Bacic lets down his guard - canada.com
";
arnews[1] += "Steve Bacic is no longer saving people's lives on TV, he's planning their demise. It's all in a day's work for the Vancouver-based actor formerly of Windsor. Bacic plays Russian mobster Pavel Korkov on Cra$h & Burn , a new weekly series premiering ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 15:30:00 GMT";
arnews[1] += "
";
arnews[2]="A wild ride - Blue Springs Examiner
";
arnews[2] += "He was standing with a cast of characters that included Ron Howard, Gary Sinise, Kevin Bacon, Bill Paxton and Tom Hanks – the crew of “Apollo 13,” the movie. But I was struck by one smaller framed photo on the wall of him standing over a female ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[2] += "
";
arnews[3]="That Was Worth Waiting For II - COMICBOOKMOVIE.com
";
arnews[3] += "Wyatt arrives in Tombstone, Arizona with his older brother Virgil (The always cool Sam Elliot) and younger brother Morgan (James Cameron go-to-guy Bill Paxton) as the trio and their ... Among them is potential love interest Evelyn Carnahan and her ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
totcount = 4;
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("