var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NCIS: Preview of Episode 7.8 "Power Down" - Buddytv.com
";
arnews[0] += "There's a city-wide blackout on tonight's episode of NCIS , so when the team literally finds themselves in the dark, quite literally. They're investigating the death of a lieutenant and an attempted robbery, and somehow, this is connected to the ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 05:22:00 GMT";
arnews[0] += "
";
arnews[1]="Who's on TV Guide's hot list? - Stuff
";
arnews[1] += "COUGAR TOWN: Courteney Cox attends the TV Guide Magazine's Hot List Party in Los Angeles. PANDA EYES: Adam Lambert attends the TV Guide Magazine's Hot List Party in Los Angeles. STAR POWER: Actress Selena Gomez attends the TV Guide Magazine's Hot ...";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Saturday's Highlights - Los Angeles Times
";
arnews[2] += "NCIS: When Ducky (David McCallum) is stabbed at a crime scene, the team's investigation leads to some surprising and disturbing revelations about his past. Mark Harmon, Michael Weatherly and Pauley Perrette also star (8 p.m. CBS). True Jackson, VP ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 08:03:00 GMT";
arnews[2] += "
";
arnews[3]="The Mix Tape - USC Gamecock
";
arnews[3] += "Agent Gibbs, played by Mark Harmon, is far less annoying than any other CSI male lead and forensic specialist Abby Sciuto, played by Pauley Perrette, is always hilarious and quirky with her emo looks. Though it may be dangerous to watch while hungry ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:05: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("