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 LoadHotlinkFor590 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body_grandrapids.cfm?id=2031";
arrURL[1] = "body_grandrapids.cfm?id=1571";
arrURL[2] = "body_grandrapids.cfm?id=1916";
arrURL[3] = "body_grandrapids.cfm?id=2048";
arrURL[4] = "body_grandrapids.cfm?id=1817";
arrURL[5] = "body_grandrapids.cfm?id=1928";
arrURL[6] = "body_grandrapids.cfm?id=1181";
arrURL[7] = "body_grandrapids.cfm?id=1099";
arrURL[8] = "http://www.wegeinstitute.org/";

			var arrText =  new Array();
arrText[0] = "Classes & Events";
arrText[1] = "Contact Us";
arrText[2] = "Clinical Research";
arrText[3] = "Email a Patient";
arrText[4] = "Newsroom";
arrText[5] = "Online Nursery";
arrText[6] = "Pay Your Bill";
arrText[7] = "Ways To Give";
arrText[8] = "Wege Institute for Mind, Body & Spirit";

			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);}					
				}
			}
		}	// LoadHotlinkFor590
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor590, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor590);

