$(document).ready(function(){
	$("#cRight li,#cLeft li").wrapInner('<span />');
	
});


