jQuery.noConflict();
jQuery(document).ready(function($) {
	$("#col2 h3").corner("6px top");
	$("#col3 h3").corner("6px top");
	$("#col2 ul").corner("6px bottom");
	$("#col3 ul").corner("6px bottom");
	$("#header").corner("6px bottom");
	$("#nav > ul > li").corner("6px top");	
});