var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep roundup (11/20): Soccer teams enjoy big wins; Arnold girls b-ball 3-0
";
arnews[0] += "Bay took the early lead in the District 1-3A girls soccer race with a 2-1 win over Pensacola Catholic Friday night at Harders Park.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:44:11 GMT";
arnews[0] += "
";
arnews[1]="Trailer Park Expands Advanced Content Group; Brett Levisohn Named Executive Producer
";
arnews[1] += "\" Trailer Park has significantly expanded its Advanced Content Group, and, concurrently, has named Brett Levisohn as that group's new Executive Producer.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:45:20 GMT";
arnews[1] += "
";
arnews[2]="Jeannine Colpritt
";
arnews[2] += "Jeannine Ann Colpritt, 63, died Nov. 17, 2009, at Penobscot Bay Medical Center in Rockport after an extended illness.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:13:09 GMT";
arnews[2] += "
";
arnews[3]="Which Gorgeous GQ Attendee Is Most Fab?
";
arnews[3] += "Thu, 11/19/2009 - 4:00pm by FabSugar 1 Comment The GQ's Men of the Year Awards wouldn't be complete without an entourage of Hollywood hotties.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:00:22 GMT";
arnews[3] += "
";
arnews[4]="'GQ' Party: Alexander Skarsgard Not Dating Kate Bosworth
";
arnews[4] += "Look at all the hot mens at the GQ Men of the Year party! The magazine is spreading the love across 5 different covers and threw a splashy soiree to celebrate the occasion.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:25:59 GMT";
arnews[4] += "
";
arnews[5]="Exhibit to flaunt best in area artists
";
arnews[5] += "Linda Jacobus' oil still life work, 'God Made the Flowers for You', was a first-place award winner in the Small Works, Big Presents: The Gift of Art contest.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08: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("