var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Boeing's New 747-8 Continues a Jumbo Tradition
"; arnews[0] += "Boeing spent more than five years and hundreds of millions of dollars developing its new 747-8, but in the end the decision on whether to send the company's biggest aircraft ever down the runway and into the air for the first time rested with the man in the cockpit."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:35:42 GMT"; arnews[0] += "
"; arnews[1]="Boeing's Iconic 747 Gets A Makeover
"; arnews[1] += "Boeing is celebrating the first flight of the newest version of its iconic 747. The 7478 freighter took off from Paine Field in Everett yesterday morning and completed about four hours of flight tests."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:17:17 GMT"; arnews[1] += "
"; arnews[2]="New jumbo jet takes to skies
"; arnews[2] += "The Boeing 747-8 freighter, which made its first test flight at Paine Field in Everett, Washington, on Monday, is the largest jumbo jet Boeing has built US aerospace giant Boeing's newest version of its 747 jumbo jet took to the skies for the first time on Monday, the company said."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:18:12 GMT"; arnews[2] += "
"; arnews[3]="Boeing's 747-8 Freighter Completes First Flight
"; arnews[3] += "Boeing Co.'s giant 747-8 freighter - the biggest plane the company has ever built - successfully completed its first flight Monday, a year later than originally planned."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:38:00 GMT"; arnews[3] += "
"; arnews[4]="Boeing's first 747-8 completes test flight
"; arnews[4] += "Boeing's 747-8 freight jetliner completed a successful first flight Monday, flying for nearly four hours around Western Washington as test pilots went through a series of procedures, including shutting down engines during the flight."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Boeing's 747-8 freight jetliner takes test flight
"; arnews[5] += "Boeing's 747-8 freight jetliner completed a successful first flight Monday, flying for nearly four hours around Western Washington as test pilots went through a series of procedures, including shutting down engines during the flight."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:48:08 GMT"; arnews[5] += "
"; arnews[6]="Boeing 747-8 Freighter Completes First Test Flight
"; arnews[6] += "Boeing Co.'s giant 747-8 freighter - the biggest plane the company has ever built - successfully completed its first flight Monday, a year later than originally planned."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 12:42:00 GMT"; arnews[6] += "
"; arnews[7]="Boeing's next-gen 747 takes flight
"; arnews[7] += "With all the recent hoopla about the first flight of Boeing's 787 Dreamliner , true aviation buffs may be the only ones aware that the most iconic jumbo jet of all time was also preparing for a crucial step forward."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Boeing hopeful as the 747-8 takes its first flight
"; arnews[8] += "The Boeing Co.'s newest freighter and biggest jet, the 747-8, took its first flight Monday."; arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 12:45:14 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");