var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mooted film version would proceed after TV series finishes filming
";
arnews[0] += "A mooted film version of 24, starring Kiefer Sutherland, would proceed only after the hit TV series finishes filming Big-screen transfer? Kiefer Sutherland as Jack Bauer in 24 The hit TV show 24 looks set for a big-screen transfer , according to US reports.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:34:00 GMT";
arnews[0] += "
";
arnews[1]="Page 2: The Super Bowl party report
";
arnews[1] += "Guidos and guidettes, Our voices are raw. We now think champagne is one of the four major food groups.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 13:20:00 GMT";
arnews[1] += "
";
arnews[2]="Drama vs. comedy: Vote for the best TV president
";
arnews[2] += "No need for a recount in the Sun-Times primaries for best TV president - Martin Sheen emerged as the dominant drama candidate with 61 percent of the vote.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Presidential material: Vote for your favorite TV prez
";
arnews[3] += "President Obama has been in office for only one year, and he's already been impersonated on TV by an impressive array of comics: Fred Armisen , Jamie Foxx , Trey Parker , Deon Davis , Christopher B. Duncan , Freddy Lockhart , Keegan-Michael Key and Ron Butler and Kevin Scarlo .";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Drama vs. comedy: Vote for the best TV president
";
arnews[4] += "No need for a recount in the Sun-Times primaries for best TV president - Martin Sheen emerged as the dominant drama candidate with 61 percent of the vote.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 18:49:49 GMT";
arnews[4] += "
";
arnews[5]="Patriotic salute
";
arnews[5] += "Promoting the a Hearts for Heroesa fundraising event benefitting the Aviation Wing of the Marietta Museum of History that will be conducted Feb.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:25:45 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("