var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Law & Motion - Rogers
";
arnews[0] += "Judge William G. Rogers heard the following cases on Law & Motion Calendar for November 9, 2009: CIVIL In the matter of the guardianship of Travis James Nelson, a minor child, a petition for appointment of guardian of minor child was granted.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:23:31 GMT";
arnews[0] += "
";
arnews[1]="Celebrity birthdays for Nov. 22-28
";
arnews[1] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[1] += "
";
arnews[2]="12 Sci-Fi Shows That Were Canceled Too Soon
";
arnews[2] += "Joss Whedon has become something of a tortured artist since 'Buffy the Vampire Slayer' ended its highly successful seven-season run in 2003.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 01:59:43 GMT";
arnews[2] += "
";
arnews[3]="A toast to character actors
";
arnews[3] += "Since Esquire did the disservice of beating me to an appreciation of the chameleonic actor Garrett Dillahunt, who oozes an unsettling toxicity in a brief scene in The Road , I've chosen to offer 200 words in appreciation of a few other notable character actors.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Now That's a Date Night
";
arnews[4] += "Source:20th Century Fox November 11, 2009 20th Century Fox has brought online the trailer for the Shawn Levy-directed Date Night , opening in theaters on April 9th.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 18:03:37 GMT";
arnews[4] += "
";
arnews[5]="HEAT and LOGAN's RUN Blu-ray Reviews
";
arnews[5] += "Catalog titles FTW. I am one of those rare people who enjoy being \"double dipped.\" I like upgrading to Blu-ray if I love a film, because you only get to watch a movie for the first time once, and so a different and better transfer is a reason to get excited about a film you've seen a number of times.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 07:54:36 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("