var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="High school roundup: Two area golfers qualify for state
";
arnews[0] += "North Myrtle Beach's Tara Lyons and Georgetown's Mallory Thompkins were the lone area golfers to qualify for state in Tuesday's Class AAA Lower State high school tournament at Camden Country Club.";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 04:48:23 GMT";
arnews[0] += "
";
arnews[1]="With sixth straight ECC title, East Duplin continues to shine
";
arnews[1] += "BEULAVILLE Jessi Halso and Sabrina Gillenwater are exhibits A and B why East Duplin has won six straight East Central 2-A Conference girls' tennis titles.";
arnews[1] += "
Publ.Date : Thu, 08 Oct 2009 05:18:00 GMT";
arnews[1] += "
";
arnews[2]="High school roundup: Green Sea Floyds earns tennis sweep
";
arnews[2] += "Tori Jordan and Caitlin Tiller picked up wins at No. 1 and No. 2 singles, respectively, then teamed up for a win at No.";
arnews[2] += "
Publ.Date : Thu, 24 Sep 2009 03:21:36 GMT";
arnews[2] += "
";
arnews[3]="Terminator: The Sarah Connor Chronicles - The Complete Second Season
";
arnews[3] += "Terminator: The Sarah Connor Chronicles - Season Two Reviewed by: Scott Chitwood Movie Rating: 6 out of 10 Extras Rating: 8.5 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: Not Rated Starring: Lena Headey as Sarah Connor Thomas Dekker as John Connor Summer Glau as Cameron Phillips Brian Austin Green as Derek Reese Garret ...";
arnews[3] += "
Publ.Date : Mon, 21 Sep 2009 20:25:28 GMT";
arnews[3] += "
";
arnews[4]="Civil War-era Idaho cabin moved, reconstructed and repoened in North Bingham Historical Park
";
arnews[4] += "Bingham County Commissioners and more than 60 members of the Grove City Sons of the Utah Pioneers were on hand last week to celebrate the opening of the historic Kirckpatrick cabin, the latest addition to the North Bingham County Historical Park.";
arnews[4] += "
Publ.Date : Thu, 30 Jul 2009 20:59:19 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("