var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Blind Side
";
arnews[0] += "Cast: Sandra Bullock as Leigh Anne Touhy Tim McGraw as Sean Tuohy Quinton Aaron as Michael Oher Jae Head as S.J. Tuohy Lily Collins as Collins Tuohy Ray McKinnon as Coach Cotton Kim Dickens as Mrs.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:56:00 GMT";
arnews[0] += "
";
arnews[1]="'The Blind Side' review: Real-life tale of Oher scores
";
arnews[1] += "\"The Blind Side\" has a supremely satisfying wrap-up: photos of football player Michael Oher with his adoptive family and the footage of his selection by the Baltimore Ravens in the NFL draft.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Review: The Blind Side
";
arnews[2] += "Quinton Aaron and Sandra Bullock in The Blind Side The Blind Side Rated PG-13 for one scene involving brief violence, drug and sexual references.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:11:33 GMT";
arnews[2] += "
";
arnews[3]="ET Girls Basketball: Mineola 44, Pine Tree 38 and more
";
arnews[3] += "Le'Aundra Jackson led the way with 10 points, and Mineola earned a 44-38 win over the Pine Tree Lady Pirates.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Dickens Fest Preps Underway
";
arnews[4] += "There may not be snow on the ground quite yet, but Christmas lights are already hung on homes and businesses.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:13:46 GMT";
arnews[4] += "
";
arnews[5]="Prepare to be pleasantly surprised by 'The Blind Side'
";
arnews[5] += "Speaking of being blindsided, The Blind Side is good enough to make me almost forgive Sandra Bullock for All About Steve , which is the worst movie I've seen this year.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:37:00 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("