$(initCorners);

function initCorners() {
	$('div#leftColumn').corner('round 8px br');
	$('pre').corner('round 8px');
}