// JavaScript Document
$("document").ready(function() {
	$("div.entry ul>li,ol>li").wrapInner("<span></span>");
});
