
$(document).ready(function(){
	
	$("#rightNav ul, .subNav, #newsScroll, #newsLetter").each(function(){
	$(this).corner("round");
	});

  

    $(".navTab li ").each(function(){
	$(this).corner("top");
	});
	

});





