var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Philosophy talk show
";
arnews[0] += "A line began forming around the Mission District theater 30 minutes before the show.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:37:49 GMT";
arnews[0] += "
";
arnews[1]="Archibald: Can Jeffco do worse? Hardly
";
arnews[1] += "O nly one guy has turned in the forms to run for Jefferson County Commission. It's Willie Hardley Jr., and that name might symbolize this whole campaign.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:12:33 GMT";
arnews[1] += "
";
arnews[2]="Bulletin Board
";
arnews[2] += "The second annual Ed Easley Preseason Baseball Camp will be held Saturday and Sunday at Olive Branch High School.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:07:53 GMT";
arnews[2] += "
";
arnews[3]="Lee County youths advance careers with businesses
";
arnews[3] += "At least one young inventor in Southwest Florida isn't settling for merely earning ribbons or trophies at science fairs: She's going for greenbacks.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="A very serious problem
";
arnews[4] += "As I read the Jan. 23 letter \"Pre-existing conditions,\" I was extremely shocked by the writer's attitude toward a very serious problem that many people have to face each day.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="More support for donor campaign
";
arnews[5] += "\"The concert was a great success and a great night. You just saw the students come alive and natural leaders emerge\" Kaye Taylor By Ian Gallagher Two people who have given the gift of life through organ donation in very different circumstances have been recognised by charity events in their name.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 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("