$(function() {
    if (window.PIE) {
        $('.rounded, .rounded2, .rounded3').each(function() {
            PIE.attach(this);
        });
    }
});
