var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shutouts dominate CCMSAL schedule
";
arnews[0] += "Shutouts set the tone during last Friday's middle-school soccer action, where teams were split into haves and have nots.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 18:05:12 GMT";
arnews[0] += "
";
arnews[1]="East Coweta, Lee boys soccer teams battle to 1-1 tie
";
arnews[1] += "East Coweta and Lee middle school's boys soccer teams battled to a 1-1 tie on Monday at Lee during the fourth week of action in the Coweta County Middle School Athletic League.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 11:26:09 GMT";
arnews[1] += "
";
arnews[2]="'Saw,' 'Paranormal' look to top busy weekend
";
arnews[2] += "Expect bloody competition for the top spot at the weekend boxoffice. Lionsgate's horror sequel \"Saw VI\" does battle with Paramount's similarly targeted supernatural thriller \"Paranormal Activity\" as three other wide openers also hit multiplexes: Fox Searchlight's Hilary Swank starrer \"Amelia,\" Summit's animated feature \"Astro Boy\" and Universal's ...";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 09:07:00 GMT";
arnews[2] += "
";
arnews[3]="Holidays on Earth Today: September 9, 2009
";
arnews[3] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[3] += "
Publ.Date : Thu, 10 Sep 2009 12:21:07 GMT";
arnews[3] += "
";
arnews[4]="William M. Sydnor Sr.
";
arnews[4] += "WEST AUGUSTA - William Michaux Sydnor Sr., 83, died at his home in West Augusta on Aug.";
arnews[4] += "
Publ.Date : Fri, 07 Aug 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="William M. Sydnor Sr.
";
arnews[5] += "WEST AUGUSTA - William Michaux Sydnor Sr., 83, died at his home in West Augusta on Aug.";
arnews[5] += "
Publ.Date : Thu, 06 Aug 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Spring: Girls tennis
";
arnews[6] += "This season was nearly the perfect farewell tour for Gulf Coast High tennis player Amy Grossklag.";
arnews[6] += "
Publ.Date : Wed, 10 Jun 2009 07: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("