var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Serious Man Struggles with an Inscrutable God
";
arnews[0] += "DVD Release Date: February 9, 2010 Theatrical Release Date: October 9, 2009 Rating: R Genre: Drama Run Time: 105 min.";
arnews[0] += "
Publ.Date : Sun, 18 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="A Serious Man
";
arnews[1] += "Our review of A Serious Man , published February 8th, 2010, is also available. Larry Gopnick: \"What happened to the Goy?\" Rabbi Nachtner: \"The Goy? Who Cares?\" For all the strange and wonderful films Joel and Ethan Coen have made over the years, their Jewish heritage has been almost entirely left out.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Around the Community in Stewart County
";
arnews[2] += "Hope everyone enjoyed a great weekend. The weather is much better.. NOW, but that remains to be seen.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Blog The Long and Wonderful Road to Hollywood
";
arnews[3] += "Okay, last night was hands down one of the best audition episodes ever! WHY have they not done this in the past? For those who missed it, Wednesday evening's American Idol episode was titled \"The Road to Hollywood\" and featured a bunch of really great auditions from constants we will probably be seeing MUCH more of during hollywood week.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:41:05 GMT";
arnews[3] += "
";
arnews[4]="College notes: 02.08.10
";
arnews[4] += "Last month, Laserfiche announced the winners of its annual Run Smarter Awards program, including Texas A&M University-Corpus Christi.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:14:54 GMT";
arnews[4] += "
";
arnews[5]="Should Reese Date an Agent
";
arnews[5] += "You are viewing the print friendly version of Should Reese Date an Agent - or Some Other Actor? Should Reese Date an Agent - or Some Other Actor? Today 8:00 AM PST Flynet Why would Reese Witherspoon go on a date with an agent? Doesn't she have her pick of hot actors to snag? - TylerP., Connecticut, via the Answer B!tch inbox Indeed, Reese ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:57:46 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("