var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watch the explosive trailer for Spielberg, Hanks' 'The Pacific' now
";
arnews[0] += "Jon Seda navigates the battlefield in \"The Pacific.\" If you were a fan like I was of Steven Spielberg's \"Saving Private Ryan\" starring Tom Hanks - and subscriber to HBO - you probably tuned into the duo's epic WWII miniseries \"Band of Brothers\" . In short, \"Brothers\" was the pitch-perfect retelling of Easy Company of the US Army 101st Airborne ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 16:33:24 GMT";
arnews[0] += "
";
arnews[1]="CRICKET: Mother Nature causes confusion
";
arnews[1] += "You somehow get the feeling Mother Nature knows best. It almost seems as if she put a damper on the previous two Saturdays' play to douse the hot bed of coals theatening to burst into flames in Hawke's Bay premier men's club two-day cricket.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 03:58:59 GMT";
arnews[1] += "
";
arnews[2]="Who's who in "The Conspirator"
";
arnews[2] += "James Badge Dale will play William Hamilton and Danny Huston will play Judge Advocate General Joseph Holt in the Robert Redford directed movie, \"The Conspirator\" being filmed in Savannah.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 06:41:27 GMT";
arnews[2] += "
";
arnews[3]="Cihlar, Charles James Sr.
";
arnews[3] += "Charles James Cihlar Sr., 90, Sturgeon Bay, passed away at his home on Tuesday, October 20, 2009 with his family at his side.";
arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Donald James Moder
";
arnews[4] += "The family of Donald James Moder, 44, of Oconto, will receive relatives and friends on Thursday, Oct.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 21:43:26 GMT";
arnews[4] += "
";
arnews[5]="Moder, Donald James
";
arnews[5] += "Donald James Moder, 44, Oconto, passed away Monday, Oct. 12, 2009, as a result of an accident.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="New trailer for 'The Pacific' on HBO makes us even more excited for it
";
arnews[6] += "The more I see of \"The Pacific,\" the World War II miniseries set to air on HBO in the spring, the more excited I get to see the whole thing.";
arnews[6] += "
Publ.Date : Tue, 06 Oct 2009 21:22:12 GMT";
arnews[6] += "
";
totcount = 7;
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("