var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First deliveries this year - DailyTech
";
arnews[0] += "... was a real privilege to be at the controls of this great airplane on its first flight, representing the thousands of folks who made today possible,\" said 747 Chief Pilot Mark Feuerstein. \"The airplane performed as expected and handled just like ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[0] += "
";
arnews[1]="Boeing 747-8: First Flight - Everett Herald
";
arnews[1] += "EVERETT — The Boeing Co.'s newest freighter and biggest jet, the 747-8, took its first flight Monday. Weather kept Boeing employees and media from around the world waiting. But by 12:39 p.m., the clouds had cleared, the sun was high and Boeing's ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:19:00 GMT";
arnews[1] += "
";
arnews[2]="Boeing's 747-8 flies a year later to success - English Eastday
";
arnews[2] += "Boeing Co's giant 747-8 freighter - the biggest plane the company has ever built - successfully completed its first flight on Monday, a year later than originally planned. Boeing estimated that more than 5,000 employees, customers, suppliers and ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT";
arnews[2] += "
";
arnews[3]="Boeing’s New 747-8 Continues a Jumbo Tradition - Wired News
";
arnews[3] += "The flight window for the 747-8’s maiden flight opened at 10 a.m. Monday, but Mother Nature had other plans. Paine Field was socked in by low clouds, and the clock was ticking. Mark Feuerstein, Boeing’s chief test pilot for the 747 program ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:12:00 GMT";
arnews[3] += "
";
arnews[4]="Boeing's new 747 jumbo jet soars in first flight - News.com.au
";
arnews[4] += "The 747-8 is Boeing's answer to the A380, the super-jumbo aircraft made by European rival Airbus / AP Source: AP US aerospace giant Boeing's newest version of its 747 jumbo jet took to the skies for the first time today, the company said. The 747-8 ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT";
arnews[4] += "
";
totcount = 5;
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("