$(function(){
        $('div.banner').each(function() {
             $(this).corner();
			 });
		  $('#main p').wrap("<code></code>");
	});

$(function(){
        $('div.mainbody').each(function() {
             $(this).corner();
			 });
		  $('#main p').wrap("<code></code>");
	});