var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nonprofits Around Town: March of Dimes, Tri-Lakes Women's Club, Set, RMCLT
";
arnews[0] += "Heavenly smells were emanating from the ballroom at Cheyenne Mountain Resort on Oct.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:12:43 GMT";
arnews[0] += "
";
arnews[1]="State cross country championships
";
arnews[1] += "Travel east 8 miles. Turn right on Meridian Avenue and follow 1 mile to U.S. 301.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Thousands are in KC for this weekend's National Catholic Youth Conference
";
arnews[2] += "Hip hop artist Flip Francis and Kyle Heimann of the band Popple perform together as dozens of youths listen.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:43:42 GMT";
arnews[2] += "
";
arnews[3]="L1A: Team Bath Buccaneers 0 Reading 1
";
arnews[3] += "Reading booked their place in the Quarter Finals of the England Hockey 2XI Cup with a 1-0 win away to Bath Buccaneers.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:19:38 GMT";
arnews[3] += "
";
arnews[4]="Two-minute drill: Lobo football playoff tickets on sale and more
";
arnews[4] += "Tickets to Longview High School's area round football playoff game against Hewitt Midway are on sale through today from 8 a.m. to 4:30 p.m., through the lunch period, at the LISD Athletic Office.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="L1A: Reading 6 Rover Oxford 0
";
arnews[5] += "Reading hosted Rover Oxford at Sonning Lane on Saturday, and a 6-0 win for the home team saw them move up to second place in South League Division 1. With Rover Oxford sitting at the bottom of the league with only a single point to their name Reading were hopeful of a good result, but knew that they would have to play with their intensity and to ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:45:58 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("