$(function(){
	// todo
});
function goOubo(id){
	document.ouboform.bookid.value=id;
	document.ouboform.submit();
}