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/txtServicesAsafDYK1.gif\" alt=\"Did You Know? The breakeven point between owning a fractional share and owning your aircraft is about 250-275 occupied hours year? Plan solutions. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#asaf1\" /><map name=\"asaf1\" id=\"asaf1\"><area shape=\"rect\" coords=\"80,133,237,156\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesAsafDYK2.gif\" alt=\"Did You Know? Most Fleet or Aviation Services Plans focus on &quot;mission profile&quot; (where to, how often, how many, etc.) when they should start with your strategic intent and cultural concerns? Plan solutions. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#asaf2\" /><map name=\"asaf2\" id=\"asaf2\"><area shape=\"rect\" coords=\"80,140,231,162\" href=\"contact.htm\" /></map>";

				

					

				

				

				

				var di = ShowText[rand2];				

				document.write(di);

				

				}