/* Copyright (c) 2009 WhiteInteractive
 *
 * Version: 4.0
 *
 * Requires: jQuery 1.3.1+, jQuery Cookie plugin
 */

(function($){

	$.roundedCorners = function() {
		// ********************************************************************** 
		// Adds rounded corners to boxes that require it
		// **********************************************************************
		
		$('.text-block-news').corner("round bl tl br tr 10px");
	}
	
	
})(jQuery);