// This function will round background corners
$(document).ready(function(){
	$('div.sidebar_box, div#prof_ergo, div#subscribe, div.fieldset, div.comment_list, div.comment_list_alt, div.comment_preview').each(function(event) {$(this).corner("cc:#fff");});
});