// JavaScript Document
$(document).ready(function(){
	$("#topicPath li:last-child").addClass("lastChild");
});
