if (!Modernizr.borderradius) {
	// Load a shim to mimic the rounded corners...
	jQuery.getScript("http://wp.web-first.co.uk/wp-content/themes/carrington-jam-1.4/js/shims/jquery.corner.js", function () {
	 jQuery(".rnd").corner();
	 jQuery(".widget").corner();
	 //jQuery('.borderradius').corner();
	 
	});
}
