jQuery(document).ready(function(){
    var styleIE = "10px";
    var styleOther = "5px";
    var styleLeft = "left";
    
    if ( jQuery.browser.msie ) {
        /*jQuery("div#cont_header").corner(styleIE);
        jQuery("div#content").corner(styleIE);
        jQuery("div#right").corner(styleIE);
        jQuery("div.right").corner(styleIE);
        jQuery("div#advancedsearch").corner(styleIE);
        jQuery("div#content_single_post").corner(styleIE);
        jQuery("div.home-box-preview").corner(styleIE);*/
    }
    else {
        jQuery("div#cont_header").corner(styleOther);
        jQuery("div#content").corner(styleOther);
        jQuery("div#right").corner(styleOther);
        jQuery("div.right").corner(styleOther);
        jQuery("div#advancedsearch").corner(styleOther);
        jQuery("div#content_single_post").corner(styleOther);
        jQuery("div.home-box-preview").corner(styleOther);
        jQuery("a#registeryoubtn").corner(styleOther);
        jQuery("a.btn_menu").corner(styleOther);
        jQuery("div.box-title-category").corner(styleOther);
        jQuery("p#nav").children("a").corner(styleOther);
        jQuery("span#btn_adv_search").corner(styleOther);
        jQuery("input#wp-submit").corner(styleOther);
        jQuery("input#submit").corner(styleOther);
        jQuery("span.searchcombo").corner(styleOther);
        jQuery("a#retlogin").corner(styleOther);
        jQuery("a#retpasslink").corner(styleOther);
        jQuery("div.home-box-bottom-container").corner(styleOther);
        jQuery("div.home-box-focus-title").corner(styleOther);
        jQuery("ul#nav").children("li").children("a").corner(styleOther);
        jQuery("div.post-date").children("small").corner(styleOther);
        jQuery("div.home-box-top-container").corner(styleLeft);
        jQuery("a.pp-sidebar-link").corner(styleOther);
        jQuery("#addFieldButton").corner(styleOther);
        jQuery("div.removeFeedField").corner(styleOther);
        jQuery("div.adv-horizontal-header").corner(styleOther);
        
    };
});
