var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="West Chatham Calendar
";
arnews[0] += "February 6 - 14, Jewish Educational Alliance, 5111 Abercorn St. The Festival is a project of the Savannah Jewish Federation and the Jewish Educational Alliance.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:08:50 GMT";
arnews[0] += "
";
arnews[1]="MOVIES: Special screening of Chinese movie at the mall
";
arnews[1] += "MOVIES: Special screening of Chinese movie at the mall Pacific Daily News * February 10, 2010 A special screening of 'Sophie's Revenge,' with English subtitles, will be held at 8 p.m. tomorrow at the Agana Center Stadium Theatres in Hagatna.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:00:47 GMT";
arnews[1] += "
";
arnews[2]="de la BASTIDE: Hendrick setting tone at Daytona
";
arnews[2] += "There should be little doubt the four Hendrick Motorsports drivers and the Stewart/Haas team will be in the spotlight for the running of the Daytona 500 on Sunday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:16:19 GMT";
arnews[2] += "
";
arnews[3]="Waltrip hints that No. 3 could be Dale Jr.'s magic number
";
arnews[3] += "What: Daytona 500, first of 36 races for NASCAR's Sprint Cup Series. Where: Daytona International Speedway, 2.5-mile trioval in Daytona Beach, Fla.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:13:29 GMT";
arnews[3] += "
";
arnews[4]="Return to form for Earnhardt Jr. could rev NASCAR's fortunes
";
arnews[4] += "Dale Earnhardt Jr. leads a pack of cars during the preliminary Budweiser Shootout at Daytona.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:13:10 GMT";
arnews[4] += "
";
arnews[5]="Coffee Club mates haven't forgotten retiree
";
arnews[5] += "Nick and Pat Burlone, of Riverside, know \"Even though Bob has gone on to a better Coffee Club location, we will always see him in his designated seat at the Danville McDonald's.\" Robert E. West Sr., of Danville, died Sept.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:03:57 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("