var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Contest: Jag Season 10 DVD - andPOP
";
arnews[0] += "In the final season of the long-running hit series, Navy Cmdr. Harmon Rabb (David James Elliott) and Marine Lt. Col. Sarah MacKenzie (Catherine Bell) continue their adventures in the world of military crime. They investigate the killing of a soldier ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:17:00 GMT";
arnews[0] += "
";
arnews[1]="Oscar nominee to arrive - Akron Beacon Journal
";
arnews[1] += "Participants also include Matt Damon and Josh Brolin (who are also producers of the video), Danny Glover ... This was designed as a transition year of sorts, as star David James Elliott was preparing to leave the series, but it proved to be the swan ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 05:04:00 GMT";
arnews[1] += "
";
totcount = 2;
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("