$(document).ready(function(){

	/* jQuery rounding misc divs */
	$(".hlist").corner("round 5px");
	$("#themeHeaderLeft").corner("round 5px");
	$(".objecttitle").corner("top round 5px");
	$(".homeObject").corner("bottom round 5px");
	$("#footerContributors").corner("round 5px");
	$("#page_margins").corner("bottom round 5px");
	$(".boxcontent").corner("bottom round 5px");
	$("#col1_content ul.sideLinks li.selected").corner("round tr br 5px");
	
	if(navigator.appName == "Netscape")
	{
		$(".searchBoxInner").corner("round 5px");
	}
	
	$(".submenu").corner("tr br bl round 5px");
});
