var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students wish Sunflower State happy birthday
";
arnews[0] += "James Dick was there, standing near a keyboard. So was Chely Wright, guitar in hand.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 21:52:25 GMT";
arnews[0] += "
";
arnews[1]="Christina Wright of Kennett MO Dead After 1 Car Fatal Accident
";
arnews[1] += "On January 27, 2010, Christina L. Wright, 32 of Kennett, Missouri died in a fatal one car accident in Dunklin County, Missouri.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 13:17:26 GMT";
arnews[1] += "
";
arnews[2]="The Metropolitan Hotel
";
arnews[2] += "Chely Wright's sixth album Metropolitan Hotel is a revelation...at least for someone like me, who doesn't listen all that much to country music.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 23:32:05 GMT";
arnews[2] += "
";
arnews[3]="]]
";
arnews[3] += "Outside the administration offices located in DeFuniak Springs. << Previous Post Jan 25th, 2010 \"ORIGIN OFA A SONG\" Sunday workshop and Q&A session at Central Square Records in Seaside with songwriters Rodney Crowell and Chely Wright.";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 20:32:59 GMT";
arnews[3] += "
";
arnews[4]="30A Songwriters Festival Exceeds Expectations
";
arnews[4] += "By BRUCE COLLIER Last weekend, restaurants, bars, and open-air venues were packed with high-season crowds, as local and regional music lovers headed to CR-30A in search of a face-to-face with their favorite songwriters and singers.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 15:32:38 GMT";
arnews[4] += "
";
totcount = 5;
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("