// JavaScript Document
		function jammin(){
		if (document.Links.Link_select.options[document.Links.Link_select.selectedIndex].value != "none") {
			location = document.Links.Link_select.options[document.Links.Link_select.selectedIndex].value
			}
		}


