$(document).ready(function() {
	$('ol.languages li:last-child').addClass('last');
});
