var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LadyBirds top Union (Dugger) to win TRC championship
";
arnews[0] += "North Central shot 56 percent in the first half, racing to a 35-20 lead and cruised to a 62-39 win over the host Union Lady Bulldogs here Monday night.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:08:53 GMT";
arnews[0] += "
";
arnews[1]="Avalanche soccer players sign letters of intent
";
arnews[1] += "During their time together on the soccer field, the U-18 team affiliated with Utah Avalanche has accomplished things other club soccer teams in the state could only dream of doing.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 05:16:38 GMT";
arnews[1] += "
";
arnews[2]="Stanifer, Nicol pace Lady Bulldog victory
";
arnews[2] += "Morgan Stanifer and Shayna Nicol both hit for career-highs, combining for 50 points to lead the Union Lady Bulldogs to a 62-55 victory at Medora Monday night in a high school girls basketball game.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 05:35:14 GMT";
arnews[2] += "
";
arnews[3]="I40 WB at US81 (Canadian County) Road Closed
";
arnews[3] += "I40 WB AT US81 IN CANADIAN COUNTY IS CLOSED AT THIS TIME DUE TO AN ACCIDENT. ROADS ARE COVERED WITH ICE IN THIS AREA.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Solving the mascot crisis
";
arnews[4] += "Thanks to the Mensa club members we call politicians, our Rocky Mountain world is just about perfect.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 08:22:35 GMT";
arnews[4] += "
";
arnews[5]="Lady Bulldogs fall at home
";
arnews[5] += "Shoals jumped out to a 25-7 lead after eight minutes and cruised to a 72-35 victory over host Union in a high school girls basketball game Thursday night.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 06:20:46 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("