$(document).ready(function(){
	$('div.entrySession:last').addClass('lastEntry');
});
