var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="30 Rock, "Sun Tea": Al Gore returns to save the earth (and some whales ... - Bridgeton News
";
arnews[0] += "Al Gore and Jack McBrayer on \"30 Rock.\" Quick thoughts on last night's \"30 Rock\" coming up just as soon as I take a low-volume shower with Ed Begley Jr... This was the strongest overall Thursday this season for NBC's comedies, and \"Sun Tea\" brought ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:40:00 GMT";
arnews[0] += "
";
arnews[1]="THG's Top 10 Favorite TV Doctors - The Hollywood Gossip
";
arnews[1] += "They may not be real doctors, but they cure what ails us on TV. Well, most of the time at least. Either way, we live and die with these characters weekly. Here are The Hollywood Gossip 's 10 favorite TV doctors ... 10. Dr. Fitch Cooper, Nurse Jackie ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:20:00 GMT";
arnews[1] += "
";
arnews[2]="Old home week for Crater, Hermiston - Medford Mail Tribune
";
arnews[2] += "Current Crater assistants Chris Parnell, Brad Eaton, David Douglas, Brent Bowker and Eric Persson also trace their roots back to those Black Tornado days. Hermiston's principal (Buzz Brazeau) and athletic director (Mike Kay) are also former North ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:58:00 GMT";
arnews[2] += "
";
arnews[3]="Scholastic Media's WordGirl Brings Holiday Cheer - Monsters and Critics
";
arnews[3] += "Vocabulary Words: Potent, Mission Voice talent for these episodes includes Dannah Phirman as WordGirl, Chris Parnell as the Narrator, Ned Bellamy as The Coach, Fred Stoller as Chuck, Tom Kenny as Dr. Two Brains and Jeffrey Tambor as Mr.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 05:23:00 GMT";
arnews[3] += "
";
totcount = 4;
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("