function go8(){
if (document.selecter8.select8.options[document.selecter8.select8.selectedIndex].value != "none") {
location = document.selecter8.select8.options[document.selecter8.select8.selectedIndex].value
		}
	}
document.write('<form name="selecter8">');
document.write('<select name="select8" size="1">');
document.write('<option value="/fumetti/venditore/venditore04.html">04 - Al citofono');
document.write('<option value="/fumetti/venditore/venditore02.html">02 - Un brutto momento');
document.write('<option value="/fumetti/venditore/venditore01.html">01 - Il venditore');
document.write('</select>');
document.write('<input type="button" value="Vai alla strip" class="navbutton" onclick="go8()">');
document.write(' | <a href="/fumetti/venditore/venditore01.html">Inizio</a>');
document.write('</form>');
