var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adam Kispert | List of the Month: It's Easy to Get Hooked on Some of the Decade's Best Songs
";
arnews[0] += "The last in a series looking at the best albums in rock 'n' roll history. The only rule is one album per artist in the top 10 and a little more leeway in the honorable mentions.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:51:50 GMT";
arnews[0] += "
";
arnews[1]="Arrest logs
";
arnews[1] += "The following suspects were charged with felonies Thursday at Escambia County Jail.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Norah Jones working with indie-rock producer Jacquire King on CD
";
arnews[2] += "New York -- Indie-rock producer Jacquire King had long been an admirer of Norah Jones' smoky, seductive voice, but the man behind acclaimed albums from Kings of Leon to Tom Waits never thought the two would ever inhabit the same musical orbit, let alone work together on a CD.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Fop Art | 'Gentlemen of Bacongo'
";
arnews[3] += "Dandies from the Congo Republic sport suits with European flair. Andre 3000 must have taken a page or two out of \" Gentlemen of Bacongo \" , a new book by Daniele Tamagni that celebrates a group of dandies in the most unlikely of style capitals - the heart of the Congo Republic.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 22:19:34 GMT";
arnews[3] += "
";
arnews[4]="Norah Jones experiments with guitars, grooves
";
arnews[4] += "Indie-rock producer Jacquire King had long been an admirer of Norah Jones' smoky, seductive voice, but the man behind acclaimed albums from Kings of Leon to Tom Waits never thought the two would inhabit the same musical orbit, let alone work together on a CD.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:58:40 GMT";
arnews[4] += "
";
arnews[5]="Thursday jail log
";
arnews[5] += "FELONY ARRESTS ESCAMBIA COUNTY The following suspects were charged with felonies Thursday at Escambia County Jail.";
arnews[5] += "
Publ.Date : Fri, 20 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("