var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This to do while out and about in North Pinellas County
";
arnews[0] += "The Clearwater Marine Aquarium continues its free speaker series with \"All About Sea Turtles\" from 6-8 p.m. at 249 Windward Passage and includes snacks, several guest speakers and a question and answer session.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:33:25 GMT";
arnews[0] += "
";
arnews[1]="Town Council Approves BOE Request
";
arnews[1] += "In one of its final acts before a new majority takes the reins next month, the Town Council transferred $171,000 to the Board of Education to help pay for increased transportation costs.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 03:40:41 GMT";
arnews[1] += "
";
arnews[2]="Adminstrators Claim Flu Outbreak "Peaked"
";
arnews[2] += "The flu is a concern every year, so much so that millions of Americans get vaccinated before the season starts.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 10:45:16 GMT";
arnews[2] += "
";
arnews[3]="Media News and Advertising Analysis
";
arnews[3] += "ABC is introducing a new feature aimed at encouraging viewers who stream their favorite shows online to make the experience more social.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Media News and Advertising Analysis
";
arnews[4] += "Reader's Digest Association is folding the print version of Purpose Driven Connection, the quarterly Christian-themed magazine it produces with pastor Rick Warren, after paid subscriptions failed to take off.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 23:16:15 GMT";
arnews[4] += "
";
arnews[5]="Tears, apologies and eight life sentences
";
arnews[5] += "Published on Saturday, Oct. 31, 2009 12:00AM EDT Last updated on Saturday, Oct. 31, 2009 2:55AM EDT A mid a tide of anguish that left many in the courtroom weeping, six outlaw bikers convicted of murdering eight men were each sentenced to life in prison yesterday.The grief flowed from victim-impact statements read to the court before Mr.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 11:39:02 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("