var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hunters Head North to Get Away
";
arnews[0] += "Wisconsin's Northwoods are filling up this afternoon with hunters eagerly awaiting Saturday's gun-deer season opener.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:53:28 GMT";
arnews[0] += "
";
arnews[1]="Saturday's Big Game will be aired live at the United States Embassy in Toyko
";
arnews[1] += "Stanford Athletics Big Game parties are not confined to the Bay Area, California, or even the United States.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:59:54 GMT";
arnews[1] += "
";
arnews[2]="Des Moines holiday event guide
";
arnews[2] += "Beer, cheer and reindeer. Holiday season is upon us, and with it come the endless array of themed events - everything from tacky sweater parties to plays and musicals to holiday light shows to mustache parties.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:04:17 GMT";
arnews[2] += "
";
arnews[3]="Good turn-out for Tullammore President's Prize
";
arnews[3] += "The President Elect's Jo Barber's prize attracted a big entry over Saturday and Sunday and the format was a mixed scramble.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:26:42 GMT";
arnews[3] += "
";
arnews[4]="Austin Celebrity Roundup
";
arnews[4] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:15:52 GMT";
arnews[4] += "
";
arnews[5]="George E. King
";
arnews[5] += "Mr. George E. King, 63, of Staleyville Road, Sharon Springs, Schoharie County, died unexpectedly on November 17, 2009, at home.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:53:12 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("