var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spain Park girls soccer seeking another state championship
";
arnews[0] += "Two titles in five years normally doesna t label a program a dynasty, but in Jagsa case, the word seems to fit the current state of the budding girlsa soccer power.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:10:11 GMT";
arnews[0] += "
";
arnews[1]="Update Movie: Stone Cold - Added 8 photos & 1 video
";
arnews[1] += "Joe Huff is a tough go-it-alone cop with a flair for infiltrating dangerous biker gangs.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:09:52 GMT";
arnews[1] += "
";
arnews[2]="Police logs - Feb. 7
";
arnews[2] += "Kevin Ogilvie, 28, of 15 Pheasant Run Drive, Gales Ferry, was charged with driving under the influence of alcohol or drugs.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 13:32:39 GMT";
arnews[2] += "
";
arnews[3]="Local sites mark area's ties with Underground Railroad's history
";
arnews[3] += "ZANESVILLE -- It is easy to imagine the life of a traveling salesman as he treks from door to door peddling his wares.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Ocean Springs Hospital Birth Notices
";
arnews[4] += "Conner Wade Musgrove was born Dec. 2, 2009, to Rockie Allen Musgrove and Jennifer Rose Carr of Lucedale.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 03:18:57 GMT";
arnews[4] += "
";
arnews[5]="'Hound men fall just short of upsetting Ravens
";
arnews[5] += "Fort Scott Community College's men were one possession away from an upset of Jayhawk Conference-Eastern Division-leading Coffeyville at Arnold Arena Wednesday night.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 09:10:33 GMT";
arnews[5] += "
";
arnews[6]="Irish celebrate Homecoming
";
arnews[6] += "Elizabeth McAskill and Lorene Meadows are the Houston County Basketball Homecoming Queen and King.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Appointment of Marine Management Organisation Board Members 18/10
";
arnews[7] += "The Marine Management Organisation's first board has been appointed by Environment Secretary Hilary Benn.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 04:44: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("