jQuery.noConflict();
jQuery(document).ready(function($){
	$('#subcontent .sidehead').wrapInner('<em></em>');
});

