var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carmen Morbitt
";
arnews[0] += "MARION: Carmen Morbitt, age 71, of Marion, passed away Thursday, November 19, 2009 at Heartland of Marion.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Looking for Hope? Flip Over Your Metrocard
";
arnews[1] += "In the early days of the MetroCard , the back featured instructions on how to use it, but today, that space features New York's latest public art project.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:41:37 GMT";
arnews[1] += "
";
arnews[2]="a The Blind Sidea director remembers coach-dad
";
arnews[2] += "To hear Sue Hancock tell it, for years her husband asked their son, film director John Lee Hancock Jr., when he was going to make a football movie.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:31:25 GMT";
arnews[2] += "
";
arnews[3]="Sandra Bullock lights up New Orleans premiere of 'The Blind Side'
";
arnews[3] += "Sandra Bullock arrives Thursday evening, Nov. 19, 2009, at The Prytania Theater for the New Orleans premiere of her film, 'The Blind Side.' A touch of Hollywood glitzed up New Orleans' Prytania Theatre on Thursday night, as actress Sandra Bullock and a host of other stars attended a local red-carpet premiere of Bullock's new movie, the sports drama ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:51:35 GMT";
arnews[3] += "
";
arnews[4]="This Week in Movies
";
arnews[4] += "Bad Lieutenant: Port of Call New Orleans : Watch Werner Herzog and Nicolas Cage turn Harvey Keitel's 1992 tortured cop into a whooping clown.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:24:22 GMT";
arnews[4] += "
";
arnews[5]="Keep Your New Moon Blue Balls. I'm Gearing Up for Blind Side's "Brief ...
";
arnews[5] += "Keep Your New Moon Blue Balls. I'm Gearing Up for Blind Side 's \"Brief Nongraphic Marital Lovemaking\" Scene This post actually has nothing to do with movie sex, or the lack thereof.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:43:24 GMT";
arnews[5] += "
";
arnews[6]="Director Hancock - a Texas City native - dedicates 'The Blind Side' to late father
";
arnews[6] += "To hear Sue Hancock tell it, for years her husband asked their son, film director John Lee Hancock Jr., when he was going to make a football movie.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 16:35:50 GMT";
arnews[6] += "
";
arnews[7]="Kevin Carr's Weekly Report Card for 11.20.09
";
arnews[7] += "Rated: PG-13 for some violence and action. Directed by: Chris Weitz What ita s about: The not-so-epic Twilight saga continues with Bella bellyaching about how much she wants to become a vampire.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 16:06:48 GMT";
arnews[7] += "
";
arnews[8]="Carmen Morbitt
";
arnews[8] += "MARION: Carmen Morbitt, age 71, of Marion, passed away Thursday, November 19, 2009 at Heartland of Marion.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("