var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Twilight Saga: New Moon
";
arnews[0] += "\"The Twilight Saga: New Moon,\" also known as \"Twilight: The Squeakquel,\" is actually pretty good - a tick better than the first \"Twilight,\" which wasn't bad, either.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:08:12 GMT";
arnews[0] += "
";
arnews[1]="Christianity's early days debated by scientists
";
arnews[1] += "Da Vinci Code fans may thrill to dark conspiracies surrounding the secret history of early Christianity, but how many know about the real scholarly debate surrounding the young church? Even without a sleuthing Harvard \"symboligist\" involved, scholars have found plenty of intrigue in how early Christianity grew.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:15:15 GMT";
arnews[1] += "
";
arnews[2]="New on DVD: 'Angels & Demons,' 'Funny People' and 'The 2000 Year Old Man'
";
arnews[2] += "Hanks returns as symbologist Robert Langdon in this exciting sequel to \"The Da Vinci Code.\" He must decipher ancient clues to find an anti-matter bomb before it blows up the Vatican.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:00:28 GMT";
arnews[2] += "
";
arnews[3]="Vatican Takes a Bite Out of Twilight
";
arnews[3] += "Thousands of fans camped out in Westwood for a week, magazines featuring Twilight stars are flying off the shelves, and the midnight showing of New Moon broke box office records.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:16:05 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: 'Angels & Demons,' 'Funny People'
";
arnews[4] += "PLOT Praying for another $750 million absolution at the global box office, the fairly unholy trinity of Tom Hanks , director Ron Howard and \" The Da Vinci Code \" author Dan Brown reteam on Brown's earlier novel and manage to be more obscure than a Latin Mass.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:17:47 GMT";
arnews[4] += "
";
arnews[5]="Vatican Slams 'Deviant' Twilight
";
arnews[5] += "The Roman Catholic Church has expressed concerns over the growing popularity of the \"Twilight\" movies - Vatican officials have called the vampire franchise a \"moral vacuum with a deviant message\". The second film in the series, \"The Twilight Saga: New Moon,\" hit cinemas this week and the movie's stars, Robert Pattinson, Kristen Stewart and Taylor ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:51:20 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("