function loadDYK()	{



		var TextNum = 3;

		var randNum= Math.random() ;

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

		var ShowText = new Array

				ShowText[1] = "<img src=\"images/text/txtServicesOSDYK1.gif\" alt=\"Did You Know? You don't have to re-invent the wheel when it comes to establisihing your aviation services policies, procedures, and systems? Start strong. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#os1\" /><map name=\"os1\" id=\"os1\"><area shape=\"rect\" coords=\"65,131,223,158\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesOSDYK2.gif\" alt=\"Did You Know? The best reason to have an internal flight department is that you want direct control? Start strong. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#os2\" /><map name=\"os2\" id=\"os2\"><area shape=\"rect\" coords=\"66,109,227,136\" href=\"contact.htm\" /></map>";

				

					ShowText[3] = "<img src=\"images/text/txtServicesOSDYK3.gif\" alt=\"Did You Know? The cost difference of having your own flight department and using a high quality management company is typically less than 3%? Start strong. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#os3\" /><map name=\"os3\" id=\"os3\"><area shape=\"rect\" coords=\"67,137,228,161\" href=\"contact.htm\" /></map>";

				

		

				var di = ShowText[rand2];				

				document.write(di);

				

				}