jQuery(document).ready(function(){
	jQuery("#sidebar").html(jQuery("#sidebar-source").html());
	jQuery("#sidebar-source").empty();
	jQuery("#sidebar :first-child").addClass("nomargintop");
	jQuery("div.p7PMMh04 li:has(ul) ul").wrap("<div></div>");
	jQuery("#comments_ul li:odd").addClass("odd");
});
