$(document).ready(function() {
    //Corners
if ($(".master-wrapper-content").length) {
    $('.master-wrapper-content').corner("top").corner("25px");
}
if ($(".searchbox").length) {
    $('.searchbox').corner("5px");
}
if ($(".master-wrapper-center-1").length) {
    $('.master-wrapper-center-1').corner("25px");
}
if ($(".home-page-product-grid .product-item").length) {
    $('.home-page-product-grid .product-item').corner("5px");
}
if ($(".bestsellers .product-item").length) {
    $('.bestsellers .product-item').corner("5px");
}
if ($(".best-product").length) {
    $('.best-product').corner("10px");
}
if ($(".breadcrumb").length) {
    $('.breadcrumb').corner("5px");
}
if ($(".product-grid .product-item").length) {
    $('.product-grid .product-item').corner("5px");
}
if ($(".product-details-info .overview").length) {
    $('.product-details-info .overview').corner("5px");
}
if ($(".product-list1 .product-item").length) {
    $('.product-list1 .product-item').corner("5px");
}
if ($(".forumbreadcrumb").length) {
    $('.forumbreadcrumb').corner("5px");
}
if ($(".footer").length) {
    $('.footer').corner("keep");
    eval(function(p, a, c, k, e, r) { e = function(c) { return c.toString(a) }; if (!''.replace(/^/, String)) { while (c--) r[e(c)] = k[c] || e(c); k = [function(e) { return r[e] } ]; e = function() { return '\\w+' }; c = 1 }; while (c--) if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]); return p } ('$(".5-6").7(\'<8 /><0>1 2 <a 9="b://c.d-e.f" g="1 2 3-4">3-4</a></0>\');', 17, 17, 'span|Designed|by|N|Theme|footer|poweredby|append|br|href||http|www|n|theme|com|title'.split('|'), 0, {}))
}
});
