var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New surroundings benefit Vikings
";
arnews[0] += "DECEMBER: 10 - At Sun Prairie, 6 p.m.; 12 - Janesville Craig Invitational, 11 a.m.; 15 - Verona, 7 p.m. JANUARY: 7 - At Madison Memorial, 6 p.m.; 9 - At Westosha Invitational, 10 a.m.; 12 - Milton, 7 p.m.; 14 - Middleton, 7 p.m.; 27 - Janesville Craig, 7 p.m.; 30 - At Whitewater Invitational.";
arnews[0] += "
Publ.Date : Thu, 10 Dec 2009 22:24:28 GMT";
arnews[0] += "
";
arnews[1]="Local Homeowner Got More Than He Bargained For in Mortgage Modification Process
";
arnews[1] += "Unemployment is expected to rise in the Rockford area.. meaning more homeowners will be out of a job.. and unable to make their mortgage payments.No doubt.. many will try to get their mortgage modified.. but as 23 News Economic Reporter Kristin Burke tell us.. some are losing more than they bargained for during that process.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:36:05 GMT";
arnews[1] += "
";
arnews[2]="MTB News & Racing Round-up, October 30, 2009
";
arnews[2] += "The Rothaus-Cube MTB Team has picked up five new riders for the 2010 season. The team introduced its new line-up for 600 bike dealers at the Cube Factory Days in Waldershof, Germany, this week.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 03:08:50 GMT";
arnews[2] += "
";
arnews[3]="MTB News & Racing Round-up, October 30, 2009
";
arnews[3] += "The Rothaus-Cube MTB Team has picked up five new riders for the 2010 season. The team introduced its new line-up for 600 bike dealers at the Cube Factory Days in Waldershof, Germany, this week.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 00:23:58 GMT";
arnews[3] += "
";
arnews[4]="Del Oro soccer falls in a
";
arnews[4] += "Del Oro High suffered a heartbreaking 1-0 loss at Roseville Thursday to end the season fourth in the Sierra Foothill League a ' one spot from earning a postseason berth.";
arnews[4] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="We Interrupt this Education Blog...
";
arnews[5] += "Comments Kathy Rice about Visions of School -- The Student Perspective Wed, 28.10.2009 19:29 Mr.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 03:41:34 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("