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 LoadHotlinkFor153 ()
		{
			var arrURL =  new Array();
arrURL[0] = "body.cfm?id=157";
arrURL[1] = "body.cfm?id=158";
arrURL[2] = "body.cfm?id=734";
arrURL[3] = "body.cfm?id=1098";
arrURL[4] = "body.cfm?xyzpdqabc=0&id=1176&action=detail&ref=13";
arrURL[5] = "body.cfm?id=160";
arrURL[6] = "body.cfm?id=198";
arrURL[7] = "body.cfm?id=161";
arrURL[8] = "body.cfm?id=270";
arrURL[9] = "body.cfm?id=266";
arrURL[10] = "body.cfm?id=162";
arrURL[11] = "body.cfm?id=211";
arrURL[12] = "body.cfm?id=164";
arrURL[13] = "body.cfm?id=213";
arrURL[14] = "body.cfm?id=166";
arrURL[15] = "body.cfm?id=165";
arrURL[16] = "body.cfm?id=167";
arrURL[17] = "body.cfm?id=168";
arrURL[18] = "body.cfm?id=154";
arrURL[19] = "body.cfm?id=167";
arrURL[20] = "body.cfm?id=201";
arrURL[21] = "body.cfm?id=1465";
arrURL[22] = "body.cfm?id=170";
arrURL[23] = "body.cfm?id=171";
arrURL[24] = "body.cfm?id=172";
arrURL[25] = "body.cfm?id=173";
arrURL[26] = "body.cfm?id=1233";
arrURL[27] = "body.cfm?xyzpdqabc=0&id=1176&action=detail&ref=19";
arrURL[28] = "body.cfm?id=175";
arrURL[29] = "body.cfm?id=1166";
arrURL[30] = "body.cfm?id=176";
arrURL[31] = "body.cfm?id=267";
arrURL[32] = "body.cfm?id=853";
arrURL[33] = "body.cfm?id=202";
arrURL[34] = "body.cfm?id=212";
arrURL[35] = "body.cfm?id=179";
arrURL[36] = "body.cfm?id=268";
arrURL[37] = "body.cfm?id=204";
arrURL[38] = "body.cfm?id=180";
arrURL[39] = "landing.cfm?id=269";
arrURL[40] = "body.cfm?id=717&action=detail&ref=4836";
arrURL[41] = "body.cfm?id=168";
arrURL[42] = "body.cfm?id=787";
arrURL[43] = "body.cfm?id=185";
arrURL[44] = "body.cfm?id=182";
arrURL[45] = "body.cfm?id=183";
arrURL[46] = "body.cfm?id=184";
arrURL[47] = "body.cfm?id=271";
arrURL[48] = "body.cfm?id=185";
arrURL[49] = "body.cfm?id=186";
arrURL[50] = "body.cfm?id=187";
arrURL[51] = "body.cfm?id=214";
arrURL[52] = "body.cfm?id=189";
arrURL[53] = "body.cfm?id=192";
arrURL[54] = "body.cfm?id=190";

			var arrText =  new Array();
arrText[0] = "Adolescent Medicine";
arrText[1] = "Allergy/Immunology";
arrText[2] = "Anesthesia";
arrText[3] = "Audiology and Hearing";
arrText[4] = "Behavioral Pediatrics";
arrText[5] = "Blood & Bone Marrow Transplant";
arrText[6] = "Blood Management Services";
arrText[7] = "Burn Center";
arrText[8] = "Cancer & Blood Disorders";
arrText[9] = "Cardiology & Cardiovascular Surgery)";
arrText[10] = "Child Protection";
arrText[11] = "Cochlear Implant Services";
arrText[12] = "Critical Care";
arrText[13] = "Cystic Fibrosis";
arrText[14] = "Dermatology";
arrText[15] = "Dentistry";
arrText[16] = "Diabetes";
arrText[17] = "Ear, Nose and Throat";
arrText[18] = "Emergency Medicine";
arrText[19] = "Endocrinology";
arrText[20] = "Extracorporeal Membrane Oxygenation (ECMO)";
arrText[21] = "Epileptology";
arrText[22] = "Gastroenterology";
arrText[23] = "General Pediatrics";
arrText[24] = "Genetics";
arrText[25] = "Hand Surgery";
arrText[26] = "Healthy Weight Center";
arrText[27] = "Hospital Medicine";
arrText[28] = "Infectious Disease";
arrText[29] = "Intensive Feeding Program";
arrText[30] = "Maternal-Fetal Medicine";
arrText[31] = "Neonatology";
arrText[32] = "Nephrology, Dialysis, Kidney Transplantation";
arrText[33] = "Neurodevelopmental Pediatrics";
arrText[34] = "Neurofibromatosis";
arrText[35] = "Neurology";
arrText[36] = "Neurosurgery";
arrText[37] = "Oral Cleft Program";
arrText[38] = "Ophthalmology";
arrText[39] = "Orthopaedics";
arrText[40] = "Orthopaedic Oncology";
arrText[41] = "Otology/Neurotology";
arrText[42] = "Pathology";
arrText[43] = "Physiatry";
arrText[44] = "Plastic Surgery";
arrText[45] = "Psychology";
arrText[46] = "Pulmonary";
arrText[47] = "Radiology";
arrText[48] = "Rehabilitation Services";
arrText[49] = "Rheumatology";
arrText[50] = "Sedation Services";
arrText[51] = "Sleep Medicine";
arrText[52] = "Surgery";
arrText[53] = "Trauma Services";
arrText[54] = "Urology";

			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);}					
				}
			}
		}	// LoadHotlinkFor153
		
		if (window.addEventListener) window.addEventListener("load", LoadHotlinkFor153, false);
		else if (window.attachEvent) window.attachEvent("onload", LoadHotlinkFor153);

