function launchSite() {
	var theSelect = document.getElementById("launchSite");
	var url = theSelect.options[selectedIndex].value;
	alert(url);

}