var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="JFK Remembered: What Kennedy Would Approve of and Be Disappointed By in the Time of Obama
";
arnews[0] += "Former UK Ambassador to the United States and author of 'Getting OUr Way: 500 Years of Adventure and Intrigue: the Inside Story of British Diplomacy' discusses the lessons of history and America's wars.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:40:48 GMT";
arnews[0] += "
";
arnews[1]="Watch The Story
";
arnews[1] += "It's close to passing, but just weeks before a final vote on a Springfield biomass plant, one group is presenting the health hazards.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:52:44 GMT";
arnews[1] += "
";
arnews[2]="Dana Ballard shares passion as Kennedy's Teacher of the Year
";
arnews[2] += "\"It wasn't until I walked over the threshold of Mrs. Rawl's fourth-grade classroom that I came face to face with an excited teacher,\" remembers Dana Ballard, Teacher of the Year for Kennedy Elementary.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:48:13 GMT";
arnews[2] += "
";
arnews[3]="announces publication of a new collection of newspaper pages
";
arnews[3] += "ST. PETERSBURG, Fla. - \" Poynter has announced the publication of a new collection of newspaper pages, \"The Kennedys: America's Front-Page Family.\" Starting in 1960 with John F. Kennedy's run for the presidency and ending with the death of Sen.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:36:47 GMT";
arnews[3] += "
";
arnews[4]="Web Alert : UT student injured in hit-and-run
";
arnews[4] += "Tampa police are on scene of a hit-and-run crash at Kennedy Blvd and South Blvd.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:59:18 GMT";
arnews[4] += "
";
arnews[5]="'Oh, We're Gonna Have The Vote' Dodd Says
";
arnews[5] += "Four Town Showdown Labor Legal Local Politics Media Matters News Links State Government Home Page Op-Ed: Can We Blame Oprah for Putting Charla Nash on TV? State Capitol The Budget Blues November 20, 2009 5:03 PM Posted to Congress With little more than 24 hours left before the U.S. Senate goes forward with a test vote on its health care bill, U.S.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:11:20 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("