// JavaScript Document


	<!--
	function navigate_artnow() {
		if (document.artnowForm.url.options[document.artnowForm.url.selectedIndex].value != "") {
		 eval("location='"+document.artnowForm.url.options[document.artnowForm.url.selectedIndex].value+"'");
		  }
	}
	// -->
