var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amelia and Eleanor on night flight to Baltimore
";
arnews[0] += "Critics have not exactly given soaring reviews to this film treatment of the pioneering aviator's life and accomplishments.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 09:20:11 GMT";
arnews[0] += "
";
arnews[1]="Dragons stay hot
";
arnews[1] += "Robert Inglis/The Daily ItemLewisburg-s Ashlee Yannone gets between Montrose-s Amelia DiPhillips and the ball during Tuesday-s state playoff game in Hughesville.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Amelia' doesn't get far off the ground
";
arnews[2] += "Amelia Earhart vanished over the Pacific Ocean on July 2, 1937. She was attempting to circumnavigate the globe at the equator, something that had never been done before.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 04:28:38 GMT";
arnews[2] += "
";
arnews[3]="Book artfully chronicles women's revolution
";
arnews[3] += "\"When Everything Changed: The Amazing Journey of American Women from 1960 to the Present\" , by Gail Collins: In 1960, a secretary named Lois Rabinowitz was reprimanded by a New York City judge for appearing in court wearing slacks.";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 20:30:15 GMT";
arnews[3] += "
";
arnews[4]="Restaurant's history tracks back to 1964
";
arnews[4] += "Transportation Secretary Ray LaHood is adding distracted flying to his distracted driving initiative thanks to the two Northwest Airlines pilots who overflew Minneapolis by 150 miles.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 06:53:14 GMT";
arnews[4] += "
";
arnews[5]="'Amelia' puts the spotlight on Amelia Earhart
";
arnews[5] += "Nearly a century ago at a fair in Toronto, a young nurse's aide watched an exhibition of stunt flying, as a pilot began diving at the crowd.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 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("