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 LoadHotlinkFor232 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?id=31";
arrURL[1] = "body.cfm?id=43";
arrURL[2] = "bixler.cfm?id=61";
arrURL[3] = "cancer.cfm?id=67";
arrURL[4] = "body.cfm?id=923";
arrURL[5] = "body.cfm?id=78";
arrURL[6] = "family.cfm?id=99";
arrURL[7] = "heart.cfm?id=144";
arrURL[8] = "body.cfm?id=629";
arrURL[9] = "neuroscience.cfm?id=151";
arrURL[10] = "orthopedic.cfm?id=164";
arrURL[11] = "body.cfm?id=636";
arrURL[12] = "rehab.cfm?id=371";
arrURL[13] = "body.cfm?id=590";
arrURL[14] = "surgery.cfm?id=181";
arrURL[15] = "body.cfm?id=430";
arrURL[16] = "womenChildren.cfm?id=130";
arrURL[17] = "woundCenter.cfm?id=39";
arrURL[18] = "body.cfm?id=32";

			var arrText =  new Array();
arrText[0] = "Bariatric Center";
arrText[1] = "Behavioral Health Ce...";
arrText[2] = "Bixler Emergency Cen...";
arrText[3] = "Cancer Center";
arrText[4] = "Clinical Genetics Ce...";
arrText[5] = "Diabetes Center";
arrText[6] = "Family Medicine Cent...";
arrText[7] = "Heart & Vascular Cen...";
arrText[8] = "Lipid Center";
arrText[9] = "NeuroScience Center";
arrText[10] = "Orthopedic Center";
arrText[11] = "Recovery Center";
arrText[12] = "Rehabilitation Cente...";
arrText[13] = "Sleep Center";
arrText[14] = "Surgery Center";
arrText[15] = "Urgent Care Center";
arrText[16] = "Women\'s and Children...";
arrText[17] = "Wound Healing Center";
arrText[18] = "Additional Services";

			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);}					
				}
			}
		}	// LoadHotlinkFor232
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor232, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor232);

