var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Heidi Klum makes an appearance on a German TV show
"; arnews[0] += "Making her way back to her homeland, Heidi Klum made an appearance on the German ZDF TV show \"Wetten Dass...\" at Messe Friedrichshafen in Friedrichshafen, Germany on Saturday ."; arnews[0] += "
Publ.Date : Sat, 23 Jan 2010 22:47:15 GMT"; arnews[0] += "
"; arnews[1]="Hometown Sports
"; arnews[1] += "Aaron Adams struck out nine for the Slammers in a 3-1 loss to Pacifica in the opener of the MLK Classic."; arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 20:46:30 GMT"; arnews[1] += "
"; arnews[2]="Hometown Sports
"; arnews[2] += "Aaron Adams struck out nine for the Slammers in a 3-1 loss to Pacifica in the opener of the MLK Classic."; arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 04:01:07 GMT"; arnews[2] += "
"; arnews[3]="SMSU's home streak ends at seven
"; arnews[3] += "Looking to defend their seven-game home winning streak, Southwest Minnesota State University had to face its toughest challenge of that stretch, Concordia-St. Paul, the Northern Sun Intercollegiate Conference's top team."; arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 06:44:11 GMT"; arnews[3] += "
"; arnews[4]="Tri-Valley Youth Sports Roundup
"; arnews[4] += "Delaney Sommerhauser and Grace Naylor played strong in overtime to lead SM/SC to a 42-36 win over St."; arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 03:42:39 GMT"; arnews[4] += "
"; arnews[5]="Warriors top SMSU women in tight ga.....
"; arnews[5] += "A second-half charge by the Winona State University women's basketball team resulted in the second straight loss for the Southwest Minnesota State University Friday night in Winona."; arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 07:17:09 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("
");document.write("
");