$(document).ready(function(){
	$(".item:last").css({
		background: "transparent",
		marginBottom: "5px"
	});
	$("a.current").removeAttr("href");
	
	$(".searchBar:first").clone().insertAfter(".item:last");
});
