var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Continue reading
";
arnews[0] += "COERCION: Detectives Bernard and Lupo suspect a violent armed robbery is part of a shakedown on 'Law & Order' at 8 p.m. on NBC.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT";
arnews[0] += "
";
arnews[1]="CU:I Top 10 college football poll, Week 5
";
arnews[1] += "3 for three consecutive weeks, a Bama has vaulted past Texas into the No. 2 spot with the help of two first-place votes.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:25:09 GMT";
arnews[1] += "
";
arnews[2]="CU:I Top 10 college football poll, week 5
";
arnews[2] += "3 for three consecutive weeks, a Bama has vaulted past Texas into the No. 2 spot with the help of two first-place votes.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 14:42:11 GMT";
arnews[2] += "
";
arnews[3]="full article
";
arnews[3] += "TV Rants and Raves 11.11.09 Posted by Bryan Kristopowitz on 11.11.2009 In this issue we Rant and Rave about the end of \"Numbers,\" \"Ugly Betty,\" \"Grey's Anatomy,\" \"Three Rivers,\" \"Extreme Makeover: Home Edition,\" \"foreign\" TV, \"A.M. Raw,\" Bill Curtis, Ted Levine's future, and more, plus a Special Comment on how to save NBC, Royal Mail wins a special ...";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 09:41:27 GMT";
arnews[3] += "
";
arnews[4]="Brittany Murphy
";
arnews[4] += "A petite attractive performer with large expressive eyes, energetic and versatile actress Brittany Murphy shot to stardom as Tai, the fashion-challenged brunette transfer student whom Alicia Silverstone's Cher takes.... A petite attractive performer with large expressive eyes, energetic and versatile actress Brittany Murphy shot to stardom as Tai, ...";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 05:10:29 GMT";
arnews[4] += "
";
arnews[5]="CU:I Top 10 college football poll, Week 4
";
arnews[5] += "The difference between No. 2 Texas and No. 3 Alabama is closing as the Longhorns topped the Crimson Tide by one point this week.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 13:56:00 GMT";
arnews[5] += "
";
arnews[6]="TV Today
";
arnews[6] += "Virtual reality just got a lot less virtual. Don and the team are conducting a sting to catch a cybercrime lord, but the mission is foiled by a brilliant, charismatic hacker looking for his own piece of the online black market.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 08:01:00 GMT";
arnews[6] += "
";
totcount = 7;
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("