var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amelia Earhart and the Lockheed Vega airplane she flew
";
arnews[0] += "Amelia Earhart was born in Atchison Kansas, July 24 1897, her childhood home now stands as a popular Atchison museum, and tourist attraction.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Eight great ways San Diegans can support Haiti earthquake relief
";
arnews[1] += "San Diegans are stepping up to provide assistance for victims of the devastating earthquake that struck Haiti.";
arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 04:00:50 GMT";
arnews[1] += "
";
arnews[2]="Open House - Mount Pisgah Christian School
";
arnews[2] += "Date: Sunday, January 24, 2010 Times: 2:00 pm Phone: 678-336-3443 Location: 9820 Nesbit Ferry Road, Johns Creek, GA Experience Pisgah! Mount Pisgah Christian School provides an outstanding experience for preschool - 12th grade.";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 18:16:26 GMT";
arnews[2] += "
";
arnews[3]="Cavanaugh's put-back lifts Lady Vikes
";
arnews[3] += "Butch Comegys / Staff Photographer Valley View's Elena Stambone loses her balance as she lunges over the back of Riverside's Morgann Haduck on Thursday night.";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 09:45:46 GMT";
arnews[3] += "
";
arnews[4]="Earhart's Pacific Flight Marks 75th Anniversary
";
arnews[4] += "At the lookout on Diamond Head Road, where, to the east, it's endless ocean all the way to the mainland, there's a memorial marker in the corner.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 17:35:00 GMT";
arnews[4] += "
";
arnews[5]="Earhart's Pacific flight marks 75th anniversary
";
arnews[5] += "At the lookout on Diamond Head Road, where, to the east, it's endless ocean all the way to the mainland, there's a memorial marker in the corner.";
arnews[5] += "
Publ.Date : Mon, 11 Jan 2010 06:48:31 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("