var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Telluride's the West's best-kept ski secret
";
arnews[0] += "Getting there : Telluride is a 330-mile drive from Denver via Interstate 70. You can fly into Telluride Regional Airport from Denver, Chicago, Dallas, Houston, Salt Lake City, Newark, Atlanta and Los Angeles.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:25:15 GMT";
arnews[0] += "
";
arnews[1]="Education Notes
";
arnews[1] += "The Sheboygan North High School Orchestra Department will present its annual fall concert at 2 p.m. today in the North High auditorium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lady Hornets win state volleyball championship
";
arnews[2] += "Bronte had the tradition, but Louise had the power and the passion. The Lady Hornets overcame some early mistakes and brought home their first UIL state volleyball championship before a raucous crowd on Saturday morning at Strahan Coliseum.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:40:29 GMT";
arnews[2] += "
";
arnews[3]="Class 1A state volleyball: Bronte falls 3-1 to Louise
";
arnews[3] += "The Bronte High School volleyball team's march toward the program's sixth state title ended one win short.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:13:34 GMT";
arnews[3] += "
";
arnews[4]="Women's College-Basketball Roundup: Xavier holds off Arizona State
";
arnews[4] += "No. 9 Xavier 59, No. 14 Arizona State 46: Freshman Katie Rutan made three consecutive 3s during a first-half run that put Xavier ahead to stay, and had a steal and layup that ended Arizona State's comeback and sent lifted the Musketeers past the Sun Devils yesterday in Cincinnati.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:45:04 GMT";
arnews[4] += "
";
arnews[5]="State volleyball tournament roundup
";
arnews[5] += "Canyon Randall def. Brenham 26-24, 25-23, 25-11: Championship match MVP Aubree Piper slammed 10 kills Saturday to lead the Raiders past Brenham.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:34: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("