$(document).ready(function() {
	
	$("li:last-child").addClass("last");
	//SITE.init();
	
});