var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Local kid takes childhood hero to Daytona 500 pole
";
arnews[0] += "Alan Gustafson grew up five miles from Daytona International Speedway, close enough to hear the roar of race cars as he played in his backyard.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:39:38 GMT";
arnews[0] += "
";
arnews[1]="Carlisle ratchets up drama over mayora s computers
";
arnews[1] += "The continuing drama was ratcheted up a few more notches as more than two dozen residents braved snowy weather to watch City Council discuss a report about Law Director David Chicarelli started to give his report Tuesday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:12:17 GMT";
arnews[1] += "
";
arnews[2]="Something extra
";
arnews[2] += "From left: Elizabeth Scutton, chief commercial officer at the Sangster International Airport; Rosie Johnson , regional manager at the Jamaica Tourist Board ; Chad Meyerson, JetBlue Airways manager for the Caribbean and Latin America; Margaret Jones, JTB's visitor relations manager; and Ken Schulte, airline captain.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:56:51 GMT";
arnews[2] += "
";
arnews[3]="Analysis: Offseason needs for all 32 NFL teams
";
arnews[3] += "The Super Bowl's over, Drew Brees has been cheered at Disney World and the New Orleans Saints were celebrated in their city on Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:49:44 GMT";
arnews[3] += "
";
arnews[4]="Perry invited to Combine
";
arnews[4] += "Despite having a quiet day at the Nation vs. Texas All-Star game, La Marque grad Jared Perry has made a positive impression on NFL scouts.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:41:42 GMT";
arnews[4] += "
";
arnews[5]="Track & Field dominates Dome meet
";
arnews[5] += "Junior Crystal Schiernbeck jumps over the hurdle during a race at the John Dalton Meet at the Dakota Dome Saturday.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:18:16 GMT";
arnews[5] += "
";
arnews[6]="Stanwood marches to top
";
arnews[6] += "Elizabeth Armstrong / The Herald Stanwood's Kale Schmidt grabs a rebound away from Snohomish's Jonathan McGee near the end of the first quarter of the Spartans' 57-54 win over the Panthers.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:02:17 GMT";
arnews[6] += "
";
arnews[7]="Helping Haiti
";
arnews[7] += "Students of Temple B'nai Abraham's Religious School and Early School were keenly aware and touched by the challenging circumstances in Haiti as a result of the devastating earthquake.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("