var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paladin handles 'Blood'
";
arnews[0] += "Mark Urman's fledgling distribution shingle Paladin has picked up Jeb Stuart's civil rights drama \"Blood Done Sign My Name\" and set a February release date to coincide with Black History Month.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:00:00 GMT";
arnews[0] += "
";
arnews[1]="Paladin handles 'Blood'
";
arnews[1] += "Mark Urman's fledgling distribution shingle Paladin has picked up Jeb Stuart's civil rights drama \"Blood Done Sign My Name\" and set a February release date to coincide with Black History Month.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rick Schroder at Harvard ceremony for hero he portrayed
";
arnews[2] += "CAMBRIDGE, Mass. - Actor Rick Schroder says he was happy to accept an invitation to a Veterans Day ceremony at Harvard University honoring 16 alumni who were Medal of Honor recipients.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:17:47 GMT";
arnews[2] += "
";
arnews[3]="People briefs
";
arnews[3] += "Longtime CNN host Lou Dobbs shocked his viewers Wednesday by announcing that he would be leaving the network effective immediately.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 16:14:24 GMT";
arnews[3] += "
";
arnews[4]="Harvarda s Medal of Honor alumni feted at ceremony
";
arnews[4] += "Army Chief of Staff George Casey joined veterans, university officials and family members of the Harvard heroes.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 09:00:10 GMT";
arnews[4] += "
";
arnews[5]="Schroder at Harvard ceremony for hero he portrayed
";
arnews[5] += "Actor Rick Schroder says he was happy to accept an invitation to a Veterans Day ceremony at Harvard University honoring 16 alumni who were Medal of Honor recipients.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 03:25:48 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("