var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My husband was on TV last night
";
arnews[0] += "I think this is the first interview I've ever seen with him. He couldn't be cuter if he tried.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:10:39 GMT";
arnews[0] += "
";
arnews[1]="Guitar Center Annouces Drum-Off Grand Finals [News]
";
arnews[1] += "Guitar Center announced that Tommy Lee and the Street Drum Corps ' Frank Zummo will present \" Bezerk \" - an exclusive project commissioned by Guitar Center , featuring some of today's top drummers and artists - as part of the upcoming Drum-Off Grand Finals , taking place January 8, 2010 at The Wiltern in Los Angeles.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:01:30 GMT";
arnews[1] += "
";
arnews[2]="What's On Tonight: Law and Order, Smallville, Ghost Adventures, Numb3rs
";
arnews[2] += "At 8, CBS has a new Ghost Whisperer , followed by new episodes of Medium and Numb3rs .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:15:00 GMT";
arnews[2] += "
";
arnews[3]="On Tonight: A Holiday Special with Low Expectations: Roger Catlin | TV Eye
";
arnews[3] += "They're rushing the season again on TV, even with the bad specials. \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" has the pretentions of holiday special so lowbrow, it's practically dragging on the floor.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:38:59 GMT";
arnews[3] += "
";
arnews[4]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
";
arnews[4] += "November 11, 2009 - NBC gives the gift of holiday-themed series episodes and specials throughout late November and December with a multitude of festivities, a special military audience for \"The Jay Leno Show\" airing Thanksgiving evening and a night of holiday-themed Thursday night comedies from \"Community,\" \"Parks and Recreation,\" \"The Office\" and ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Posted
";
arnews[5] += "Here's what you missed on today's WAR... Posted 11/20/2009 6:30:00 AM What it do?! MY GOD! Thanks to everyone that came out last night for the Woody and Rizzuto Guys Night Out at the Fenton Hotshots to benefit the daughters of Sgt Brian Woods.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:37:58 GMT";
arnews[5] += "
";
arnews[6]="'Righting' satire
";
arnews[6] += "From Sarah Palin and Glenn Beck to Bill Maher's targets in the 2008 comedic documentary \"Religulous,\" those on the right of the spectrum often wind up as subjects of late-night zingers and scorching sendups.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:34:48 GMT";
arnews[6] += "
";
arnews[7]="What's on TV tonight?
";
arnews[7] += "Shrek the Third , 8-10 p.m., ABC. As the king fades, Shrek fills in. Alas, an ogre lacks the subtlety for some tasks: When he christens a ship, it sinks; when he declares someone a knight, his sword inflicts pain.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Daily television guide
";
arnews[8] += "Main Streets, Back Roads/Upper Connecticut River Valley 7:30 p.m. WCVB-TV Tonight, Mary Richardson motors to the spot where Vermont and New Hampshire meet and makes some interesting finds in the towns of White River Junction, Lebanon, and Quechee.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 07:42:29 GMT";
arnews[8] += "
";
totcount = 9;
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("