var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thanking those who protect and serve
";
arnews[0] += "Led by a student color guard, St. Robert Bellarmine schoolchildren filed with particular decorum past a score of police officers and sheriffs waiting to join the processional into the parish church for a special First Friday Mass Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:48:16 GMT";
arnews[0] += "
";
arnews[1]="Time up for last bar with 24-hr licence
";
arnews[1] += "All bars in the Queenstown Lakes district will close by 4am from Wednesday, more than two years after the policy was adopted by the Queenstown Lakes District Council.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:50:37 GMT";
arnews[1] += "
";
arnews[2]="ChetChase 2010 a " The Week, The Poll
";
arnews[2] += "Posted on Nov 20, 2009 by Todd Dorman . Iowa's race for governor, pummeled into submission.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:25:11 GMT";
arnews[2] += "
";
arnews[3]="Private planes descend on Chuck Norrisa s ranch for Vander Plaats fundraiser
";
arnews[3] += "A TV and film star is throwing a $100,000+ fundraiser for a candidate for Iowa governor tonight, but the beneficiary isn't the bleeding-heart Hollywood liberal you might expect.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:03:41 GMT";
arnews[3] += "
";
arnews[4]="Peoria's state senator can kick your state senator's ass
";
arnews[4] += "Chuck Norris, meet Dave Koehler : Democratic Sen. Dave Koehler says he was painting Thursday night when a man with a gun appeared and demanded money.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:10:54 GMT";
arnews[4] += "
";
arnews[5]="Twilight Saga: New Moon Sets Midnight Opening Box Office Record
";
arnews[5] += "It's finally here -- the opening weekend of The Twilight Saga: New Moon , and it's already shattering box office records.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:58:54 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("