var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shirley Sue Harness
";
arnews[0] += "COVINGTON - Shirley Sue Leggett Harness, 61, died Friday, Feb. 5, at her home. Her daughter, Robin Younger, died previously.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Dollar General to Reveal the New Face of Bobbie BrooksA
";
arnews[1] += "Dollar General Corp. is set to reveal the new face of Bobbie BrooksA , its exclusive womena s fashion brand, this spring by launching a companywide model search.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:37:41 GMT";
arnews[1] += "
";
arnews[2]="Dollar General to Reveal the New Face of Bobbie Brooks
";
arnews[2] += "Dollar General Corp. is set to reveal the new face of Bobbie Brooks , its exclusive women's fashion brand, this spring by launching a companywide model search.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:52:45 GMT";
arnews[2] += "
";
arnews[3]="ASC commander tours Brooks City-Base
";
arnews[3] += "Lt. Gen. Thomas Owen is briefed by Wayne Isdahl from the 711th Human Performance Wing at Brooks City-Base, Texas, on capabilities of the U.S. Air Force School of Aerospace Medicine centrifuge, as the general sits in the centrifuge's gondola.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:45:09 GMT";
arnews[3] += "
";
arnews[4]="Johnny Barton Jr.
";
arnews[4] += "Funeral services for Mr. Johnny W. Barton Jr., 52, of 1119 Old Four Notch Road, who passed away Friday, Feb.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:59:28 GMT";
arnews[4] += "
";
arnews[5]="King & Spalding Advises on EPC Contract for Singapore LNG Terminal
";
arnews[5] += "Ltd. in the development and award of a contract for the engineering, procurement and construction of a liquefied natural gas terminal at Jurong Island, Singapore, to Samsung C&T Corporation.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Country duo Montgomery Gentry set to play Azalea Festival concert
";
arnews[6] += "Eddie Montgomery and Troy Gentry of Montgomery Gentry will play April 9 at Trask Coliseum.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("