$(document).ready(function() {
	$('.book p:odd').addClass('text');	
});

