$(document).ready(function() {
    /**
     * rounded corners for opera and ie:
     */
    if(jQuery.browser.opera || jQuery.browser.msie) {
        $("h1.promoheader span.header").corner("top");
        $("h1.promoheader span.decoration").corner("tr");
    }
    /*
    * login popup
    */
    $(".loginLink").spPopup({});
    $(".spPopup").spPopup({});
    $('.callback_wrapper').spPopup({});
    /*
     * table list over hightlight
     */
    $(".trow_hl").mouseover(function(){$(this).addClass("row_hover");});
    $(".trow_hl").mouseout(function(){$(this).removeClass("row_hover");});
});
