var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Today - Philadelphia Inquirer
";
arnews[0] += "The Ellen DeGeneres Show (3 p.m., NBC10) - Heidi Klum. Oprah Winfrey (4 p.m., 6ABC) - Dr. Mehmet Oz on diabetes. Community (8 p.m., NBC10) - Jeff gets competitive with a fellow student in his pottery class. Just Friends (8 p.m., TBS) - A womanizer ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Trevor Hall returns to Des Moines after missing show - Des Moines Register
";
arnews[1] += "... by Marshall Altman (Matt Nathanson, Kate Voegele, Marc Broussard) debuted on Billboard's Heatseeker chart at Number 7. Before the show he missed in October, Hall spoke by telephone with Juice magazine's music writer, Joe Lawler, who asked the ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 10:08:00 GMT";
arnews[1] += "
";
totcount = 2;
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("