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 LoadHotlinkFor169 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?id=51";
arrURL[1] = "body.cfm?id=22";
arrURL[2] = "body.cfm?id=23";
arrURL[3] = "body.cfm?id=53";
arrURL[4] = "body.cfm?id=55";
arrURL[5] = "body.cfm?id=56";
arrURL[6] = "body.cfm?id=57";
arrURL[7] = "body.cfm?id=60";
arrURL[8] = "body.cfm?id=25";
arrURL[9] = "body.cfm?id=58";
arrURL[10] = "body.cfm?id=24";
arrURL[11] = "body.cfm?id=64";
arrURL[12] = "body.cfm?id=59";
arrURL[13] = "body.cfm?id=63";
arrURL[14] = "body.cfm?id=66";

			var arrText =  new Array();
arrText[0] = "Blood Donor Center";
arrText[1] = "Cancer Care Center";
arrText[2] = "Cardiology Care Center";
arrText[3] = "Emergency & Trauma Services";
arrText[4] = "Family Medicine Center";
arrText[5] = "Imaging Services";
arrText[6] = "Laboratory Services";
arrText[7] = "Respiratory Care";
arrText[8] = "Orthopedic Services";
arrText[9] = "Neurodiagnostics";
arrText[10] = "Mother & Child Services";
arrText[11] = "Surgical Services";
arrText[12] = "Occupational Medicine";
arrText[13] = "Sleep Laboratory";
arrText[14] = "Therapy and Rehabilitation Servi...";

			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);}					
				}
			}
		}	// LoadHotlinkFor169
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor169, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor169);

