function loadDYK()	{



		var TextNum = 2;

		var randNum= Math.random() ;

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

		var ShowText = new Array

				ShowText[1] = "<img src=\"images/text/txtServicesLSDYK1.gif\" alt=\"Did You Know? There are lots of great pilots and technicians but very few of them have the experience and aptitude to be a great manager? Hire quality. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#ls1\" /><map name=\"ls1\" id=\"ls1\"><area shape=\"rect\" coords=\"64,136,218,158\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesLSDYK2.gif\" alt=\"Did You Know? Seniority does not always make the best candidate? Hire quality. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#ls2\" /><map name=\"ls2\" id=\"ls2\"><area shape=\"rect\" coords=\"65,111,224,132\" href=\"contact.htm\" /></map>";

				

		

				var di = ShowText[rand2];				

				document.write(di);

				

				}