$(document).ready(function(){$("span.book_club_review").hide();$("span.adjust").html('(<a class="more_less_link under" href="#">more</a>)');$("a.more_less_link").click(function(){if($(this).text()=="more"){$(this).text("less")}else{$(this).text("more")}var b=$(this).parent().get(0);var a=b.id.substring(0,13);$("span#"+a+"-book_club_review").toggle();return false})});
