function GoToSite2()
		{
			var xxx;
			var zzz;
			zzz=document.hotlink2.SiteURL2;
			xxx=document.hotlink2.SiteURL2.selectedIndex;
			if(zzz[xxx].value.match(/^http/i))
			{
				window.open(zzz[xxx].value);		
			}
			else
			{	
			
				location.href="" + zzz[xxx].value;
			
			return true;
			}
		}	// GoToSite2
		
		function LoadHotlinkFor967 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=37";
arrURL[1] = "body.cfm?id=742&action=detail&ref=39";
arrURL[2] = "body.cfm?id=742&action=detail&ref=27";
arrURL[3] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=57";
arrURL[4] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=28";
arrURL[5] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=46";
arrURL[6] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=42";
arrURL[7] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=36";
arrURL[8] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=38";
arrURL[9] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=31";
arrURL[10] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=34";
arrURL[11] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=49";
arrURL[12] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=58";
arrURL[13] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=32";
arrURL[14] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=47";
arrURL[15] = "body.cfm?id=742&action=detail&ref=55";
arrURL[16] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=29";
arrURL[17] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=43";
arrURL[18] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=41";
arrURL[19] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=30";
arrURL[20] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=54";
arrURL[21] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=45";
arrURL[22] = "body.cfm?id=742&action=detail&ref=56";
arrURL[23] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=59";
arrURL[24] = "body.cfm?xyzpdqabc=0&id=742&action=detail&ref=51";

			var arrText =  new Array();
arrText[0] = "Caretel Inn of Lakeland";
arrText[1] = "Lakeland Community Hospital, Watervliet";
arrText[2] = "Lakeland Regional Medical Center, St. Joseph";
arrText[3] = "Lakeland Community Hospital, Niles";
arrText[4] = "Center for Outpatient Services, St. Joseph";
arrText[5] = "Lakeland Specialty Hospital, Berrien Center";
arrText[6] = "Lakeland Comprehensive Weight Loss Center";
arrText[7] = "Lakeland Continuing Care Center, St. Joseph";
arrText[8] = "Lakeland Employee Assistance Services";
arrText[9] = "Lakeland Hand Clinic, Health Park Medical Suites";
arrText[10] = "Lakeland Home Infusion Services";
arrText[11] = "Lakeland Laboratory, Cassopolis";
arrText[12] = "Lakeland Mercy Clinic";
arrText[13] = "Lakeland Orthopedic Physical Therapy, Health Park Medical Suites";
arrText[14] = "Lakeland Rehabilitation Services, Berrien Springs";
arrText[15] = "Lakeland Rehabilitation, Coloma";
arrText[16] = "Lakeland Rehabilitation Services, Health Park";
arrText[17] = "Lakeland Rehabilitation Services, Longmeadow";
arrText[18] = "Lakeland Rehabilitation Services, Niles (at YMCA)";
arrText[19] = "Liberty Dialysis at Lakeland Royalton";
arrText[20] = "Lakeland Rehabilitation, Stevensville";
arrText[21] = "Liberty Dialysis at Lakeland Niles";
arrText[22] = "Paw Paw Lake Medical Center";
arrText[23] = "Marie Yeager Cancer Center";
arrText[24] = "Van\'s Medical Equipment of Lakeland - Main Store";

			var sl = document.getElementById("SiteURL2");
			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);}					
				}
			}
		}	// LoadHotlinkFor967
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor967, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor967);

