﻿$(function () {
    if (jQuery.browser.msie || jQuery.browser.opera) {
        jQuery(".Rounded").corner("round 5px");
    }
});
