$(document).ready(function(){
	
	  //prepend span tag
	  $("#text-6 div").prepend("<span></span>");
	
	});
