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/txtServicesAIMDYK1.gif\" alt=\"Did You Know? You don't want the seller to dictate the pre-purchase facility? Transact trust. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#aimDyk1\" /><map name=\"aimDyk1\" id=\"aimDyk1\"><area shape=\"rect\" coords=\"79,113,238,132\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesAIMDYK2.gif\" alt=\"Did You Know? The selection of the pre-purchase inspection facility and a customized inspection format is paramount in the success of your acquisition? Ttransact trust. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#aimDyk2\" /><map name=\"aimDyk2\" id=\"aimDyk2\"><area shape=\"rect\" coords=\"79,138,228,155\" href=\"contact.htm\" /></map>";

				

				

				ShowText[3] = "<img src=\"images/text/txtServicesAIMDYK3.gif\" alt=\"Did You Know? The pr-purchase inspection of a used aircraft is critical? Transact trust. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#aimDyk3\" /><map name=\"aimDyk3\" id=\"aimDyk3\"><area shape=\"rect\" coords=\"77,116,233,133\" href=\"contact.htm\" /></map>";

				

			

			

				

				

				

				var di = ShowText[rand2];				

				document.write(di);

				

				}