
/* - roundmycorners.js - */
jq(document).ready(function() {

jq(".portletStaticText").corner("5px");
jq(".portletCollection").corner("5px");
jq(".cust-testimonial").corner("5px");

});





