$(document).ready(function() {
$("ul.breadcrumb li:last-child").addClass("active");
});
