$().ready(function() {
	$('#bt-col-seerest').click(function(e) {
		e.stopPropagation();
		
		$('#bt-col-seerest').hide();
		$('#col-hiddenrest').fadeIn("slow");
		
		return false;
	});
	$('#con-col-commonbooks').load("/collections/"+nk.collection_id+"/common_books")
});