$(document).ready(function () {
							
$("#sub h4:first-child").addClass("remove");
$("#footer ul li:first-child").addClass("remove");
$("#link-list li:first-child").addClass("remove");

});


