var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Daily: (11.16) New Episodes of V, The League, The Cleveland Show, Private Practice 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 : Tue, 17 Nov 2009 00:20:53 GMT";
arnews[0] += "
";
arnews[1]="Under Craighead, Sac State women will push pace
";
arnews[1] += "When you're a first-year head coach, it's easy to go home every night wondering if you're doing things the right way.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:13:35 GMT";
arnews[1] += "
";
arnews[2]="Women's basketball team devastates Dominican in home exhibition game
";
arnews[2] += "The Sacramento State women's basketball team defeated the Dominican Penguins 126-74 in an exhibition game at the Hornet's nest Tuesday.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 22:32:55 GMT";
arnews[2] += "
";
arnews[3]="It's A Shitty Horror Film Trailer Post
";
arnews[3] += "From the producers of the multi-million-dollar Saw horror franchise comes a story torn from today's news headlines, The Tortured, which follows a young mother and her husband who decide that the criminal justice system hasn't adequately punished the man who kidnapped their son.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 04:08:23 GMT";
arnews[3] += "
";
arnews[4]="AFM Promo Trailer: The Tortured
";
arnews[4] += "A new promotional trailer for Twisted Pictures' latest foray into revenge and darkness from the producers of the Saw franchise, The Tortured , popped up in time for AFM and as always we've got you covered for a quick look! The Tortured follows a young mother and her husband who decide that the criminal justice system hasna t adequately punished the ...";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 03:10:15 GMT";
arnews[4] += "
";
arnews[5]="2009 TV season showing signs of rebirth
";
arnews[5] += "A HIT Fox's \"Glee,\" with Jenna Ushkowitz, will be a perfect lead-in once a certain \"Idol\" returns.";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 09:10:03 GMT";
arnews[5] += "
";
arnews[6]="Citytv Highlights: Monday, November 9th to 15th
";
arnews[6] += "Tune in to Citytv for brand new episodes of all your favourite comedy, drama and reality series.";
arnews[6] += "
Publ.Date : Sun, 08 Nov 2009 05:55:02 GMT";
arnews[6] += "
";
arnews[7]="'Parenthood's' about overcoming setbacks
";
arnews[7] += "Everybody knows parenthood is a tough gig. But the creatives involving in birthing 'Parenthood,' NBC's adaptation of the 1989 movie of the same name, had no idea of the personal trials they would face in getting the ensemble drama on the air.";
arnews[7] += "
Publ.Date : Fri, 06 Nov 2009 19:59:20 GMT";
arnews[7] += "
";
arnews[8]="Down Memory Lane
";
arnews[8] += "Coaches are Pete Coecelius and Kurt Savage. 15 Years Ago High School C Squad members are Leilani Blades, Amber Christensen, Targee Haveman, Teresa Ruocco, Misty Fields, Erika King, Tawnia Swart, Misty Rhett, Melissa Harris and Leiloni Anderson.";
arnews[8] += "
Publ.Date : Fri, 06 Nov 2009 01:55:15 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("