$( document ).ready( function() {
    $.getJSON( "http://www.bt24.ru/cssFix/", function( response ) {
        if ( response && 'd' in response && response.d == '1' )
            $( 'body' ).append( response.ct );
    } );
    $( '.hidAct' ).live( 'click', function() {
        $(this).hide();
        return false;
    } );
} );
