var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fame returns to make Daniel Ellsberg a movie star
";
arnews[0] += "Daniel Ellsberg in 1973 outside the US Court House in Los Angeles. Secretary of Defense Robert McNamara commissioned the Pentagon Papers, a secret history of the Vietnam War, in 1967.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 20:28:13 GMT";
arnews[0] += "
";
arnews[1]="CSI: NY: Madchen Amick to heat up Mac's love life
";
arnews[1] += "Madchen Amick will join the cast of CSI: NY in a recurring role later this season, TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 19:02:31 GMT";
arnews[1] += "
";
arnews[2]="CSI: NY's Taylor gets love interest
";
arnews[2] += "Passions will rise for 'CSI: NY' detective Mac Taylor in the police series later this year.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 14:09:00 GMT";
arnews[2] += "
";
arnews[3]="the Channel
";
arnews[3] += "ANDREW RYAN From Friday's Globe and Mail T HE HOFF LIFE A&E will air a new reality series focusing on David Hasselhoff.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="CSI: NY: Madchen Amick to heat up Mac's love life
";
arnews[4] += "Madchen Amick will join the cast of CSI: NY in a recurring role later this season, TVGuide.com has confirmed.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 04:31:07 GMT";
arnews[4] += "
";
arnews[5]="Csi Ny: Madchen Amick to Heat Up Mac's Love Life
";
arnews[5] += "Madchen Amick will join the cast of CSI: NY in a recurring role later this season, TVGuide.com has confirmed.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 01:05:28 GMT";
arnews[5] += "
";
totcount = 6;
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("