var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Drama vs. comedy: Vote for the best TV president - Chicago Sun-Times
";
arnews[0] += "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. His two terms on “The West Wing” as President Jed Bartlet don’t seem to have been long ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 07:59:00 GMT";
arnews[0] += "
";
arnews[1]="Jay Leno tells Oprah Winfrey he hasn’t spoken to Conan O’Brien ... - The Gaea Times
";
arnews[1] += "CHICAGO — Jay Leno tells Oprah Winfrey that he hasn’t spoken to Conan O’Brien throughout the recent contentious negotiations over “The Tonight Show.” In quotes provided Wednesday by Harpo Productions, Leno tells Winfrey that “it didn’t ...";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[1] += "
";
arnews[2]="Saturday Night Live’ lampoons late-night mess with Leno, O ... - The Gaea Times
";
arnews[2] += "NEW YORK — “Saturday Night Live” has entered the late-night fray, lampooning the mess involving Jay Leno and Conan O’Brien. “SNL” opened Saturday’s show with a sketch featuring cast member Bill Hader as O’Brien and Darrell Hammond as ...";
arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[2] += "
";
totcount = 3;
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("