$(document).ready(function() 
{
	$('#chapters').pager(
		'div.chapter',
		{ navAttach: 'prepend',
		  prevText: 'Previous',
		  nextText: 'Next',
		height: '100%'}
		);
});