$(document).ready(function () {
    // All Pages Corners
    $('.whiteRoundedCorners').corner("top 16px");
    $('.blueRoundedCorners').corner("round 16px");
    $('.testimonials').corner("round 16px");
});



