function loadDYK()	{



		var TextNum = 5;

		var randNum= Math.random() ;

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

		var ShowText = new Array

				ShowText[1] = "<img src=\"images/text/txtServicesERPDYK1.gif\" alt=\"Did You Know? The notification of next of kin and family assistance capabilities can make or break your emergency response? Prepare success. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#erp1\" /><map name=\"erp1\" id=\"erp1\"><area shape=\"rect\" coords=\"97,131,253,153\" href=\"contact.htm\" /></map>";

				

				ShowText[2] = "<img src=\"images/text/txtServicesERPDYK2.gif\" alt=\"Did You Know? Talking to the media can do more harm than good if you are not prepared? Prepare success. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#erp2\" /><map name=\"erp2\" id=\"erp2\"><area shape=\"rect\" coords=\"95,108,248,135\" href=\"contact.htm\" /></map>";

				

					ShowText[3] = "<img src=\"images/text/txtServicesERPDYK3.gif\" alt=\"Did You Know? Without practical exercise your emergency response capabilitiies are unproven? Prepare success. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#erp3\" /><map name=\"erp3\" id=\"erp3\"><area shape=\"rect\" coords=\"95,111,254,140\" href=\"contact.htm\" /></map>";

				

				ShowText[4] = "<img src=\"images/text/txtServicesERPDYK4.gif\" alt=\"Did You Know? An emergency response plan is a lot more than a phone list? Prepare success. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#erp4\" /><map name=\"erp4\" id=\"erp4\"><area shape=\"rect\" coords=\"94,107,245,135\" href=\"contact.htm\" /></map>";

				

		

					ShowText[5] = "<img src=\"images/text/txtServicesERPDYK5.gif\" alt=\"Did You Know? Only about 10% of companies and their aviation service providers are truly prepared to respond effectively to a critical passenger or aircraft event? Prepare success. Contact us to learn more...\" width=\"505\" height=\"172\" border=\"0\" usemap=\"#erp5\" /><map name=\"erp5\" id=\"erp5\"><area shape=\"rect\" coords=\"96,135,251,155\" href=\"contact.htm\" /></map>";

				

		

					

				

				

				

				var di = ShowText[rand2];				

				document.write(di);

				

				}