var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Announces Departure of Director of Communications
";
arnews[0] += "WASHINGTON, Jan. 14 The Intelligent Transportation Society of America today announced the departure of its Director of Communications, Sabrina McGowan, who is leaving the association to join McKenna Long & Aldridge, LLP where she will manage firm wide public relations.";
arnews[0] += "
Publ.Date : Fri, 15 Jan 2010 04:51:47 GMT";
arnews[0] += "
";
arnews[1]="Area players, coaches honored on all-ECC
";
arnews[1] += "Players and coaches of the year in the East Central 2-A Conference are all from the area.";
arnews[1] += "
Publ.Date : Fri, 18 Dec 2009 22:49:22 GMT";
arnews[1] += "
";
arnews[2]="High school roundup: Two area golfers qualify for state
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 21 Oct 2009 04:48:23 GMT";
arnews[2] += "
";
arnews[3]="With sixth straight ECC title, East Duplin continues to shine
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 08 Oct 2009 05:18:00 GMT";
arnews[3] += "
";
arnews[4]="High school roundup: Green Sea Floyds earns tennis sweep
";
arnews[4] += "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[4] += "
Publ.Date : Thu, 24 Sep 2009 03:21:36 GMT";
arnews[4] += "
";
arnews[5]="Terminator: The Sarah Connor Chronicles - The Complete Second Season
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 21 Sep 2009 20:25:28 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("