$('#ebook img').bind('click',function(){
	$.post('ebook.php',function(data){$('#ebook').html(data);});
});


