function loadDYK()	{



		var TextNum = 5;

		var randNum= Math.random() ;

		var rand2 = Math.round( (TextNum-1) * randNum) + 1 ;

		var ShowText = new Array

				ShowText[1] = "<img src=\"images/text/txtServicesACMDYK1.gif\" alt=\"Did You Know? Unless you have them modified, many aircraft have &quot;hidden&quot; components that make them harder and more expensive to maintain. Build expertise.  Contact us to learn more..\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#acmDyk1\" /><map name=\"acmDyk1\" id=\"acmDyk1\"><area shape=\"rect\" coords=\"84,135,243,160\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesACMDYK2.gif\" alt=\"Did You Know? The most effective way to manage completions is to be pro-active - by working with the completions center to ensure quality, cost control and schedule. Build expertise. Contact us to learn more..\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#acmDyk2\" /><map name=\"acmDyk2\" id=\"acmDyk2\"><area shape=\"rect\" coords=\"86,133,237,154\" href=\"contact.htm\" /></map>";

				

				

				ShowText[3] = "<img src=\"images/text/txtServicesACMDYK3.gif\" alt=\"Did You Know? Many aircraft are damaged during the manufacturing process? Build expertise. Contact us to learn more..\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#acmDyk3\" /><map name=\"acmDyk3\" id=\"acmDyk3\"><area shape=\"rect\" coords=\"84,114,234,136\" href=\"contact.htm\" /></map>";

				

				

				ShowText[4] = "<img src=\"images/text/txtServicesACMDYK4.gif\" alt=\"Did You Know? Most aircraft have dozens of squawks when they are &quot;ready&quot; to be delivered? Build expertise. Contact us to learn more..\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#acmDyk4\" /><map name=\"acmDyk4\" id=\"acmDyk4\"><area shape=\"rect\" coords=\"81,112,235,130\" href=\"contact.htm\" /></map>";

				

				

				ShowText[5] = "<img src=\"images/text/txtServicesACMDYK5.gif\" alt=\"Did You Know? Just like when you are having your house built, you shouldn't have your aircraft built without your own qualified supervisor? Build expertise. Contact us to learn more..\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#acmDyk5\" /><map name=\"acmDyk5\" id=\"acmDyk5\"><area shape=\"rect\" coords=\"85,132,244,157\" href=\"contact.htm\" /></map>";

			

				

				

				

				var di = ShowText[rand2];				

				document.write(di);

				

				}