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/txtServicesISBDYK1.gif\" alt=\"Did You Know? After an initial two year registration period, an aviation department can qualify to be re-registered for a three year validity period? Contact us to learn more...\" width=\"513\" height=\"172\" border=\"0\" usemap=\"#is1\" /><map name=\"is1\" id=\"is1\"><area shape=\"rect\" coords=\"108,131,267,154\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesISBDYK2.gif\" alt=\"Did You Know? There are a wide variety of standards and practices being used to create IS-BAO compiance and registration? Achieve compliance. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#is2\" /><map name=\"is2\" id=\"is2\"><area shape=\"rect\" coords=\"111,113,271,136\" href=\"contact.htm\" /></map>";

				

		

				var di = ShowText[rand2];				

				document.write(di);

				

				}

