var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bullock a heroic Southern belle in 'Blind Side' - Regina Leader-Post
";
arnews[0] += "I guess you're not really a big star in Hollywood until you've played a character with big hair. So give yourself a slap on the back Sandra Bullock: You've gone toe-to-pedicured-toe with the drawling ghosts of outspoken Southern belles and held your ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[0] += "
";
arnews[1]="SEC Notes: Chattanooga and FIU comfort foes for Bama, Florida - The Daily Advertiser
";
arnews[1] += "1.ALABAMA (10-0, 7-0 SEC) — Chattanooga may be the next best thing to an open date before the Auburn game for Alabama. 2.FLORIDA (10-0, 8-0) — Could Florida International give the Gators a better game than Florida State? 3.LSU (8-2, 4-2 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:14:00 GMT";
arnews[1] += "
";
arnews[2]="Gallery: "The Blind Side" premiere - Herald-Dispatch
";
arnews[2] += "Actor Tim McGraw, left, and Phil Collins attend the Warner Bros Pictures premiere of \"The Blind Side,\" in New York, Tuesday, Nov. 17, 2009. (AP Photo/Peter Kramer) Actress Sandra Bullock attends the Warner Bros. premiere of \"The Blind Side\", in New ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:21:00 GMT";
arnews[2] += "
";
arnews[3]="John Lee Hancock - Daily Press
";
arnews[3] += "Bullock gives her best performance in years in service of a John Lee Hancock (\"The Rookie\") film that's about compassion, empathy, family and that old-time Southern religion — football. She stars as Leigh Anne Tuohy, an upper-middle class Memphis ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:34:00 GMT";
arnews[3] += "
";
arnews[4]="New ‘Blind Side’ Movie Featurette Interviews The Real Michael Oher ... - OnTheFlix
";
arnews[4] += "Pictures has released a new featurette (below) for their true story drama movie, “The Blind Side,” which hits theaters tomorrow. It stars: Sandra Bullock, Tim McGraw, Kathy Bates, Quinton Aaron, Lily Collins, and Jae Head. This featurette ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:52:00 GMT";
arnews[4] += "
";
arnews[5]="Bullock to attend red carpet event in New Orleans - Sacramento Bee
";
arnews[5] += "NEW ORLEANS -- Actress Sandra Bullock will walk the red carpet in New Orleans on Thursday for an evening premiere of her latest film, \"The Blind Side.\" Bullock, who recently bought a home in New Orleans, is hosting the event with film studio Warner ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 03:17: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("