var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Energy savings success in Bullitt leads to state grant
";
arnews[0] += "Looking for opportunities to reduce costs in one area in hopes of using that money for instructional purposes, Bullitt County elected to join a pilot program in Kentucky.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:56:47 GMT";
arnews[0] += "
";
arnews[1]="Friendly Canada hopes to be rude host in competition
";
arnews[1] += "Imagine Salt Lake City 2002 without Sarah Hughes or Apolo Anton Ohno or Atlanta 1996 without Carl Lewis and Michael Johnson, and it's easy to understand why all of Canada so anticipates the nation's first victory at the 2010 Winter Olympics.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT";
arnews[1] += "
";
arnews[2]="For Hughes, Gold Medal Never Trumped Family Life
";
arnews[2] += "Sarah Hughes rarely looks at the video of her marvelous four minutes . She does not have to.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:48:20 GMT";
arnews[2] += "
";
arnews[3]="Rec results: Docksiders gymnasts win in three different states
";
arnews[3] += "The Level 10s traveled to Dallas, Texas, for the Metroplex Challenge and walked away team champions.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:23:58 GMT";
arnews[3] += "
";
arnews[4]="A beautiful mind
";
arnews[4] += "Sushi Art presents this innovative series that includes \"broad spectrum of performance, music, dance and visual arts.\" This week, Steve Schick performs \"Mathematics of Resonant Bodies\" by John Luther Adams.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:48:26 GMT";
arnews[4] += "
";
arnews[5]="Showplace 14 - Galewood Crossings
";
arnews[5] += "With Tyler Perry and Oprah Winfrey as executive producers, this drama about an obese, illiterate black teen in Harlem practically guarantees some emotional uplift.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:20:27 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("