$(document).ready( function() {
	$("#language ul li:last-child").addClass("last-item");
});
