jQuery(document).ready(function($) {
	$(".side ul li").each(function(){
		$(this).find('a').wrapInner('<span class="item"/>');
	});
});


