$(document).ready(function() {
	//alert("test");
	
	$("div#dvTopBand > ul > li:eq(2)").remove();

});