var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Whata s on; Cinema
";
arnews[0] += "NOT since Harry Potter first cast a spell over cinema audiences has a franchise based on a series of bestselling novels been as completely critic-proof as The Twilight Saga.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="10) H1N1 vaccine available to more people
";
arnews[1] += "Priority groups are still reminded of their immunization need. Nathan Compton, 5, grimaces as he gets an H1N1 vaccination from nurse Leslie Trotter as his mother, Madeline Rubenstein , comforts him at a swine flu clinic in Sacramento, Calif.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:26:45 GMT";
arnews[1] += "
";
arnews[2]="Area HS Football Playoff Previews
";
arnews[2] += "CLASS 2A DIVISION II Area Callisburg vs. Melissa Saturday, 7:30 p.m. Lobo Stadium Little Elm CALLISBURG OUTLOOK - The Wildcats are coming off an impressive 46-19 win over Jacksboro in the bi-district round last Saturday.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:19:00 GMT";
arnews[2] += "
";
arnews[3]="Hospital staffs work to keep control of flu
";
arnews[3] += "Hospital staffs are doing what they can to prevent their patients from exposure to the novel H1N1 virus, spokeswomen for Tulsa's five major hospitals said.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 11:24:19 GMT";
arnews[3] += "
";
arnews[4]="Hospital staffs work to keep control of flu
";
arnews[4] += "Hospital staffs are doing what they can to prevent their patients from exposure to the novel H1N1 virus, spokeswomen for Tulsa's five major hospitals said.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 08:48:58 GMT";
arnews[4] += "
";
arnews[5]="School Events
";
arnews[5] += "In addition to the main performance, a short curtain riser written by Reavis Senior Jon Hewelt , entitled \"The Tale of Abigail Munn,\" will be performed.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 14:40: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("