//---------------------------------------------------------------------
// functions.js
// This file contains Global javascript functions.
// Wiretree, 2002
//---------------------------------------------------------------------



/////////////////////////////////////////////////
// getaFunFact()
/////////////////////////////////////////////////
function getaFunFact()
{
	var whichQuote=Math.round(Math.random()*36);
	var f=new Array(36);

	 f[0]="The total area of the Atlanta Airport is 4,700 acres (1.518 hectares).";
	 f[1]="There are four fire stations at the Atlanta Airport provided and staffed by the Atlanta Fire Department-Airport Division.";
	 f[2]="Concourse \"E\" is the largest international concourse in the US.";
	 f[3]="The Atlanta Airport has had three names in its history.";
	 f[4]="The Atlanta Airport's underground automated people mover connects all concourses with the terminal.";
	 f[5]="The total area of the Atlanta Airport is 4,700 acres (1.518 hectares).";
	 f[6]="In June of 1930 Delta Air Service, now Delta Airlines, flew the first passenger service into Atlanta.";
	 f[7]="On April 16, 1925 the City of Atlanta leased an abandoned racecourse and 287 acres for the purpose of building an airport.";
	 f[8]="On May 9, 1948 the City of Atlanta began work on building from the ground up the first terminal at the Atlanta Airport.";
	 f[9]="On June 1, 1956 Eastern Airlines launched it's first international flight from Atlanta to Montreal, Canada.";
	 f[10]="The Atlanta Airport's three story atrium is 250,000 square feet.";
	 f[11]="Hartsfield-Jackson Atlanta International Airport is the largest structure owned by the City of Atlanta.";
	 f[12]="The Atlanta Airport has the largest passenger terminal complex in the world.";
	 f[13]="Seven 30 story office buildings could be constructed in the terminal space - 2.2 million square feet.";
	 f[14]="More than 11 Astrodome playing fields would fit into the North and South Terminals.";
	 f[15]="There are 68,000 light bulbs used in the Atlanta Airport.";
	 f[16]="There are 83 retail stores throughout the Atlanta Airport.";
	 f[17]="There are 77 Food & Beverage outlets throughout the Atlanta Airport.";
	 f[18]="There are 30,828 parking spaces at the Atlanta Airport.";
	 f[19]="There are 21 staffed service outlets at the Atlanta Airport.";
	 f[20]="Concourse E has the capacity to handle up to 8,000 arriving passengers per hour.";
	 f[21]="Atlanta is closer to Chicago than New York, Philadelphia, or Baltimore.";
	 f[22]="The Atlanta Airport's cargo handling space is 2 million square feet.";
	 f[23]="The Atlanta Airport sits on 130 acres or 5.7 million square feet.";
	 f[24]="more than 200 million people, 80% of U.S. consumers, are within two hours' flight time from the Atlanta Airport.";
	 f[25]="The Atlanta Airport has more than 1296 toilets.";
	 f[26]="The Atlanta Airport sits on 130 acres or 5.7 million square feet.";
	 f[27]="There are more than 25,000 chairs in the Atlanta Airport.";
	 f[28]="There are more than 53,000 light bulbs in the Atlanta Airport.";
	 f[29]="The Atlanta Airport produces more than 57 tons of trash everyday.";
	 f[30]="In the Airport's 75 years, there have only been six airport Managers.";
	 f[31]="The Atrium Dome is four stories or forty feet above the atrium floor.";
	 f[32]="In the airport's 78 years, there have only been six airport managers.";
	 f[33]="Doug Davis, an aviator, barnstormer, and early Atlanta airport supporter, built the first fixed-operation center in 1927.";
	 f[34]="For every ton of international cargo that moves through the Atlanta Airport, one new job is created.";
	 f[35]="Hartsfield-Jackson Atlanta International Airport's runways run east-west, parallel with the prevailing winds.";
	 f[36]="In 1998 Hartsfield-Jackson received the FAA's highest certification score.";
	 f[37]="The airport has had three names: Candler Field, Atlanta Municipal Airport, and the William B. Hartsfield-Jackson Atlanta International Airport.";
	 f[38]="Hartsfield-Jackson Atlanta International Airport's Perishables Complex features on-site distribution and transport capabilities, USDA inspection services and a fumigation chamber.";
	 f[39]="Hartsfield-Jackson Atlanta International Airport's cargo services feature operations by more than 100 licensed customs brokers and 200 domestic and international freight forwarders.";
	 f[40]="Hartsfield-Jackson Atlanta International Airport's North and South Cargo Complex maintain independent refueling and support systems which allow quick turnaround for airport cargo operators.";
	 f[41]="Hartsfield-Jackson Atlanta International Airport's International cargo shipments have grown by double digits over the past three years.";
	 f[42]="Atlanta is closer to Chicago than New York, Philadelphia, or Baltimore.";
	 f[43]="More than 200 million people, 80% of U.S. consumers, are within two hours' flight time from the Atlanta Airport, or one day's trucking by highway.";
	 f[44]="Hartsfield-Jackson Atlanta International Airport Atlanta International Airport is designated as a United States Customs Model inland Port and electronically clears most international cargo within four hours.";
	 f[45]="Hartsfield-Jackson Atlanta International Airport maintains more than 2 million square feet of cargo handling space in the North, South and Midfield Cargo Complexes.";


	//document.write("<font size=2><b>" + whichQuote + "</b></font> = " + f[whichQuote]);
	document.write(f[whichQuote]);
}


/////////////////////////////////////////////////
// Macromedia Built-in Functions
/////////////////////////////////////////////////

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


/// END ///
