var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obama, Palin Trade Telling Jibes Over Crib Sheets
";
arnews[0] += "The jokes about Barack Obama's close relationship with his teleprompter have been constant since he became president.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:36:59 GMT";
arnews[0] += "
";
arnews[1]="Who's scripted now? White House, Palin trade jibes over human crib notes and teleprompters
";
arnews[1] += "The jokes about Barack Obama's close relationship with his teleprompter have been constant since he became president.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:36:10 GMT";
arnews[1] += "
";
arnews[2]="Obama, Palin trade telling jibes over crib sheets - AP
";
arnews[2] += "Rush Limbaugh's poked fun at it on the radio. Italian Premier Silvio Berlusconi bantered about it during an international summit.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:24:17 GMT";
arnews[2] += "
";
arnews[3]="Daily television guide
";
arnews[3] += "Chat 10 a.m. Matthew Gilbert on \"American Idol.'' Chat 11 a.m. Critic Devra First on restaurants.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:18:47 GMT";
arnews[3] += "
";
arnews[4]="QPR 1 Ipswich 2
";
arnews[4] += "QPR fans turned on owner Flavio Briatore as their season of turmoil hit a new low at Loftus Road on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:17:21 GMT";
arnews[4] += "
";
arnews[5]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[5] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 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("