var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gym power Central overpowers Abilene High, Cooper
"; arnews[0] += "San Angelo Central boys and girls gymnastics teams took the first step toward earning the top seeds at the district meet in March with a sweep of Abilene High and Cooper in a district optional dual meet Saturday at James R. White Gymnastics Center."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 03:36:14 GMT"; arnews[0] += "
"; arnews[1]="Viking boys basketball rip Marysville, Oak Harbor
"; arnews[1] += "Lake Stevens boys edged closer to a repeat Wesco North championship with a pair of blowout home wins last week, 97-47 over Marysville and 59-37 against Oak Harbor."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 06:25:13 GMT"; arnews[1] += "
"; arnews[2]="More gold at tonight's Grammys?
"; arnews[2] += "JUNE 14: Singer/Songwriter Taylor Swift performs at the 2009 CMA Music Festival at LP Field on June 14, 2009 in Nashville, Tennessee."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Taylor Swift is riding high for tonight's Grammys
"; arnews[3] += "JUNE 14: Singer/Songwriter Taylor Swift performs at the 2009 CMA Music Festival at LP Field on June 14, 2009 in Nashville, Tennessee."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 12:35:30 GMT"; arnews[3] += "
"; arnews[4]="Saturday's metro roundup: Skippers, Hornets skate to scoreless tie
"; arnews[4] += "MINNETONKA 0, EDINA 0 : Don't expect much scoring when these two teams get together."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 05:19:56 GMT"; arnews[4] += "
"; totcount = 5; 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("
");