//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='Implementation of the CAST proactive safety agenda yields large returns for the industry by saving it more than $620 million per year according to the safety team\'s analysis.'

banner[1]='The CAST process to increase safety has been adopted as a model of success by the rotorcraft community, which chartered the International Helicopter Safety Team (IHSS) in January 2006 to reduce the worldwide military and civil helicopter accident rate by 80 percent by 2016.'

banner[2]='Over the past 10 years CAST has analyzed data from approximately 500 accidents and thousands of safety incidents worldwide developing 47 safety enhancements to reduce the leading cause of commercial aviation accidents in the United States.'

banner[3]='The enhancements made over the past decade have made history in commercial aviation - by making it the safest it has ever been. Today, fatal accidents are reduced to only one in 22.8 million flights, an absolutely remarkable achievement.'

banner[4]='CAST is reaching out to improve aviation safety worldwide by facilitating cooperative regional safety alliances on nearly every continent modeled after the CAST process.'

banner[5]='In its second decade CAST is transitioning to a fully-incident-based risk methodology that will use precursors to focus on risk prediction to identify issues and new mitigation strategies before new types of accidents can emerge.'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

