var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Daily: (02.08) New Episodes of 'Til Death, Taboo, American Dad! and More
";
arnews[0] += "If you recently missed an episode of your favorite show, don't sweat it. TV Daily has you covered.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 20:58:02 GMT";
arnews[0] += "
";
arnews[1]="Funnygal Sue Costello
";
arnews[1] += "But after Fox pulled the plug on her sitcom \"Costello\" in 1998, the stand-up comic dropped out of the Hollywood game and started to write.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:27:22 GMT";
arnews[1] += "
";
arnews[2]="Complete List of the Greatest Howard Stern Show Moments of 2009
";
arnews[2] += "The Howard Stern Show has released their official list of the Greatest Moments of the Howard Stern Show 2009.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 03:08:32 GMT";
arnews[2] += "
";
arnews[3]="Not a Doug, but he plays one
";
arnews[3] += "Kevin Nealon says playing stoner Doug Wilson on \"Weeds\" is like trick-or-treating. It's very tempting to start a conversation with Kevin Nealon by calling him Doug Wilson, the character he plays so vividly on \"Weeds.\" \"I get that a lot,\" he says, \"and he's fun to play.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 09:30:33 GMT";
arnews[3] += "
";
arnews[4]="Sunday's TV Highlights: Cuddly canines cavort on Animal Planet
";
arnews[4] += "WOOF! Adorable pooches put their game faces on for 'Puppy Bowl VI,' at 3, 5, 7, 9 and 11 p.m. on Animal Planet.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:53:22 GMT";
arnews[4] += "
";
arnews[5]="Theaters blossom in the downturn
";
arnews[5] += "For about two hours, laugh, weep, shiver with fear, feel your adrenaline pumping -- all for $10, preferably in a comfy chair, maybe with a barrel of buttered popcorn radiating warmth in your lap.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 15:30:00 GMT";
arnews[5] += "
";
arnews[6]="Dooley's Week to Feature Girl Talk, Kid Cudi, Nealon
";
arnews[6] += "Girl Talk and Kid Cudi will perform at this year's Dooley's Week, which will take place March 22 to 26, the Student Programming Council announced Wednesday.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 09:11:51 GMT";
arnews[6] += "
";
arnews[7]="Our Opinion: Performing Due Diligence
";
arnews[7] += "The Student Programming Council set a high standard for itself after fall semester's Homecoming Week, when well-known alternative rock band Third Eye Blind played to a strong turnout of enthusiastic students despite poor weather conditions.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 09:10:16 GMT";
arnews[7] += "
";
totcount = 8;
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("