var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sosa Skin Lightening Fires Debate About Afro-Latino Heritage
";
arnews[0] += "Nov 16th 2009 by Jeff Mays I once lived in a building with a superintendent who was Dominican.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="School Buzz: What's going on in area schools
";
arnews[1] += "Escambia and Santa Rosa county music students have less than one month to apply for a music scholarship through the Pensacola Music Study Club.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sosa Skin Lightening Fires Debate About Afro-Latino Heritage
";
arnews[2] += "Nov 16th 2009 by Jeff Mays I once lived in a building with a superintendent who was Dominican.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Stage Raw: The Walworth Farce
";
arnews[3] += "COMPREHENSIVE THEATER LISTINGS NEW THEATER REVIEWS STAGE FEATURE on Charles Duncombe's The Trojan Women and Julie Hebert's Tree NEW REVIEW GO THE WALWORTH FARCE a Photo by Pavel Antonov Modern Irish theater is filled with three things: people holding other people hostage, people making up crap, and playwrights holding the art of making up crap as a ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 18:59:26 GMT";
arnews[3] += "
";
arnews[4]="TrackBack
";
arnews[4] += "As James Hibberd reports: \"That's 24% higher than the Emmys this year and up slightly from last year's CMAs.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 02:43:42 GMT";
arnews[4] += "
";
arnews[5]="Pet Shelter Owner Can't Save Misfit Animals
";
arnews[5] += "Three-legged dogs and one-eyed cats might want to hobble to the next county over.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 17:44:26 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("