// JavaScript Document

function ira() { 
	location.href = document.jumpto.select.options[document.jumpto.select.selectedIndex].value;
}

function search(f) {
	f.action = 'http://www.google.com/cse';
}
