var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Capsule reviews of new DVD releases - Modesto Bee
";
arnews[0] += "MY SISTER'S KEEPER 2 1/2 stars (Warner Home Video, '09) $28.98. 109 mins. A child conceived as a donor match to her leukemia-stricken sibling decides against painful operations and hires a lawyer to sue her parents for the right to decide how to use ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:18:00 GMT";
arnews[0] += "
";
arnews[1]="VIDEO RELEASES - Times-Leader
";
arnews[1] += "MY SISTER’S KEEPER (Warner Home Video, ’09) $28.98. 109 minutes. A child conceived as a donor match to her leukemia-stricken sibling decides against painful operations and hires a lawyer to sue her parents for the right to decide how to use her ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:39:00 GMT";
arnews[1] += "
";
arnews[2]="Secret Weapon Spanks Preferred Foes - Standardbred Canada
";
arnews[2] += "David Morrissey, Daniel McCann and William Woodburn share ownership on the 27-time winner, who now owns a 7-6-3 record in 29 trips to the track this season. The $5,000 payday lifted his lifetime earnings to $477,687.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:43:00 GMT";
arnews[2] += "
";
totcount = 3;
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("