// JavaScript Document

$(document).ready(function() {
 
	$(".latest_news label a").append("<span></span>"); 
 
});



