window.addEvent('domready', function () {
    $('content').adopt(new Element('div', {
        'class': 'clear'
    }));
    var newEl = new Element('fb:comments', {
        'send_notification_uid': '1335682219',
        'reverse': 'true'
    });
    newEl.adopt(new Element('fb:title', {
        'text': $('content-title').get('text'),
        'styles': {
            'display': 'none'
        }
    }));
    newEl.inject($('content'));
    $$('.code-select').each(function (el) {
        el.addEvent('click', function () {
            el.select();
        });
    });
    $$('.focus').each(function (el) {
        el.focus();
    });
    FB.init('92f25f2c391f81163f27a83d3e391e06', '/xd_receiver.htm');
});