//Cache control

function sitepicker(form) {
		 		 var i = form.dest.selectedIndex
		 		 location = form.dest.options[i].value

}

