var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Local sports notebook: Zumbrota native Seahawks defensive coordinator
";
arnews[0] += "Casey Bradley of Zumbrota will return to Minnesota this weekend as a member of the Seattle Seahawks coaching staff.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:30:01 GMT";
arnews[0] += "
";
arnews[1]="Sarah Palin says her photo was sexist - well, yeah
";
arnews[1] += "So Sarah Palin, who's coming here next week for Thanksgiving with her family and also plans a book signing, thinks a Newsweek magazine cover photo of her was sexist.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:13:50 GMT";
arnews[1] += "
";
arnews[2]="Bison win big
";
arnews[2] += "Led by Allison Opp's match-high five aces, Hazen served up 14 aces in a 3-0 dismantling of PR-F-L in the first round of the state Class B volleyball tournament Thursday at the Minot State University Dome.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:01:31 GMT";
arnews[2] += "
";
arnews[3]="Story, photos: Home-schooled students learn ballroom dancing
";
arnews[3] += "Let's Dance studio's atmosphere feels like a reunion as the first few students trickle in on a Monday night.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:06:10 GMT";
arnews[3] += "
";
arnews[4]="Reiny Inman
";
arnews[4] += "Reiny KaLin Inman, 17, daughter of Mechell and Jeff Holien, rural Surrey, died Monday, Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:14:28 GMT";
arnews[4] += "
";
arnews[5]="Home-schooled students get their groove on at ballroom lessons
";
arnews[5] += "Let's Dance studio's atmosphere feels like a reunion as the first few students trickle in on a Monday night.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:03:30 GMT";
arnews[5] += "
";
arnews[6]="Birth Records
";
arnews[6] += "Birth records AURORA SHEBOYGAN MEMORIAL MEDICAL CENTER A boy, Brayden Daniel, born Aug.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="About That Wardrobe . . .
";
arnews[7] += "Lisa Kline shop for me. She has great taste. I am impressed. And I am a bit disappointed in the lack of planning by the campaign.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 02:44:27 GMT";
arnews[7] += "
";
totcount = 8;
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("