/*********************************************************
This is the init functionality for Jquery.
*********************************************************/
$(document).ready(function() {
	$(".roundedCorners").corner("round 10px");
	/* NOTE - can only be used on elements with solid background colors */
});

