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 LoadHotlinkFor2036 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?id=125";
arrURL[1] = "body.cfm?id=161";
arrURL[2] = "body.cfm?id=497";
arrURL[3] = "body.cfm?id=93";
arrURL[4] = "body.cfm?id=1075";
arrURL[5] = "body.cfm?id=11&oTopId=0";
arrURL[6] = "body.cfm?id=1163";
arrURL[7] = "body.cfm?id=198&eformid=5";
arrURL[8] = "body.cfm?id=23";
arrURL[9] = "body.cfm?id=34";
arrURL[10] = "body.cfm?id=119";
arrURL[11] = "body.cfm?id=1359&oTopId=1359";
arrURL[12] = "body.cfm?id=782&oTopID=782";

			var arrText =  new Array();
arrText[0] = "Create my CarePages";
arrText[1] = "Find Forms and Brochures";
arrText[2] = "Complete OB Pre-Registration";
arrText[3] = "Find a Phone Number";
arrText[4] = "Donate";
arrText[5] = "Find a Doc";
arrText[6] = "Pay My Bill Online";
arrText[7] = "Request a Physician Referral";
arrText[8] = "Schedule Imaging/Lab Tests";
arrText[9] = "Send Flowers and Gifts";
arrText[10] = "Send a Card";
arrText[11] = "Subscribe to eNews";
arrText[12] = "View Baby Portraits";

			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);}					
				}
			}
		}	// LoadHotlinkFor2036
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor2036, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor2036);

