// When the DOM is ready

$(function() {
	
	$("nav a").append("<span>&nbsp</span>");

	
})
