function GoToSite1()
		{
			var xxx;
			var zzz;
			zzz=document.hotlink1.SiteURL1;
			xxx=document.hotlink1.SiteURL1.selectedIndex;
			if(zzz[xxx].value.match(/^http/i))
			{
				window.open(zzz[xxx].value);		
			}
			else
			{	
			
				location.href="" + zzz[xxx].value;
			
			return true;
			}
		}	// GoToSite1
		
		function LoadHotlinkFor2126 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?id=83";
arrURL[1] = "body.cfm?id=2575";
arrURL[2] = "http://heartland.thehospitalstore.com/c-1-mom-and-baby.aspx";
arrURL[3] = "body.cfm?id=2251";
arrURL[4] = "http://heartland.thehospitalstore.com/";
arrURL[5] = "body.cfm?id=15";
arrURL[6] = "body.cfm?id=1917";
arrURL[7] = "body.cfm?id=12";
arrURL[8] = "body.cfm?id=2314";
arrURL[9] = "body.cfm?id=2317";
arrURL[10] = "body.cfm?id=1502";
arrURL[11] = "body.cfm?id=1290";
arrURL[12] = "body.cfm?id=471";
arrURL[13] = "body.cfm?id=106";
arrURL[14] = "body.cfm?id=137";
arrURL[15] = "body.cfm?id=1073";
arrURL[16] = "body.cfm?id=20";

			var arrText =  new Array();
arrText[0] = "How can I volunteer?";
arrText[1] = "donate to assist others";
arrText[2] = "buy gifts for mom and/or baby";
arrText[3] = "take a tour of the hospital";
arrText[4] = "shop online for health items";
arrText[5] = "order a gift for a loved one";
arrText[6] = "read about grief and mourning";
arrText[7] = "order medical records";
arrText[8] = "become a better athlete";
arrText[9] = "send a patient e-mail";
arrText[10] = "contact your public relations";
arrText[11] = "understand my bill";
arrText[12] = "find a doctor";
arrText[13] = "find a job";
arrText[14] = "see your board members";
arrText[15] = "contact Heartland online";
arrText[16] = "locate your campus";

			var sl = document.getElementById("SiteURL1");
			if (sl)
			{
				for (var x=0; x < arrURL.length; x++) 
				{
					opt = new Option(arrText[x], arrURL[x], false);
					try {sl.add(opt,null);}
					catch(ex) {sl.add(opt);}					
				}
			}
		}	// LoadHotlinkFor2126
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor2126, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor2126);

