<!--
function jump() {
	str = document.topic.select.options[document.topic.select.selectedIndex].value;
	if (str != "") {
		window.location.replace("http://www.sciencedaily.com" + str);
	}
}
//-->
