var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Love Simpson Library celebrates International Year of Astronomy - Morgan County Herald
";
arnews[0] += "Kate Love Simpson Library celebrates the International Year of Astronomy with unveiling of new mural-sized images from NASA’s great observatories. KLS Library Director Blythe Schubert, said, “Please join us for a wonderful evening on Friday, Nov ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[0] += "
";
arnews[1]="Area HS Football Playoff Previews - Gainesville Daily Register
";
arnews[1] += "Saturday, 7:30 p.m. CALLISBURG OUTLOOK - The Wildcats are coming off an impressive 46-19 win over Jacksboro in the bi-district round last Saturday. In that game, Callisburg had 415 yards rushing. Quarterback Bobby Dorman carried the ball 15 times for ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:15:00 GMT";
arnews[1] += "
";
arnews[2]="InTylerWeTrust82 Casts Superman And The Flash - COMICBOOKMOVIE.com
";
arnews[2] += "Brandon Routh as Clark Kent/Superman. Unfortunately, it grows more unlikely every day that we won’t see Routh don the cape again. I personally think that is a damn shame! Even though the movie was less than stellar (I thought it was a good movie ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:23:00 GMT";
arnews[2] += "
";
totcount = 3;
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("