 function getbottombar(){
	var booksname=document.getElementById("bookname").innerText;
	window.open("http://sou.china.com/result.php?query="+booksname);
}	