// JavaScript Document

$(document).ready(function() {
	$("#footer ul li:last").css("border-right", "none");
	});

