var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday
";
arnews[0] += "Imperial Sugar Co., Sugar Growers & Refiners and Cargill have closed a $100 million bond offering to finance construction of a sugar mill in St.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:18:30 GMT";
arnews[0] += "
";
arnews[1]="Robert William a Boba Curry Sr.
";
arnews[1] += "Robert William 'Bob' Curry Sr. Published: Friday, November 20, 2009 at 8:22 a.m. Last Modified: Friday, November 20, 2009 at 8:22 a.m. Robert William \"Bob\" Curry Sr., 63, of New Haven Drive, passed away Tuesday, Nov.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The best celeb style moments of 2009
";
arnews[2] += "See the Seventeen Style Stars sparkle in their best looks of the year! AnnaLynne McCord annalynne mccord, 90210, style stars 2009.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:41:32 GMT";
arnews[2] += "
";
arnews[3]="UK airforce evacuates flood victims
";
arnews[3] += "Britain's air force has helped rescue around 200 people stranded by rising floodwaters caused by torrential rainfall in a tourist region of northern England.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:15:16 GMT";
arnews[3] += "
";
arnews[4]="Alverna A. Strouse, 76
";
arnews[4] += "MUNCIE - Alverna A. Strouse, 76, passed away Wednesday morning, November 18, 2009 at Ball Memorial Hospital following a courageous battle with cancer.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Mildred Dorothy Mumford
";
arnews[5] += "SELBYVILLE -- Mildred Dorothy Mumford, 80, of Selbyville died Monday, Nov. 16, 2009, at Harbor Healthcare Nursing Home in Lewes.";
arnews[5] += "
Publ.Date : Thu, 19 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("