      window.addEvent('domready', function() {
        var fbIframe = new Element('iframe', {
          src: 'http://www.facebook.com/plugins/likebox.php?id=122067697827776&amp;width=340&amp;connections=0&amp;stream=false&amp;header=false&amp;height=58',
          width: 340,
          height: 58,
          frameborder: 0,
          scrolling: 'no',
          styles: {
              border: 'none',
              overflow: 'hidden',
              width: '340px',
              height: '58'
          }
      });
      fbIframe.inject($('fb'));
        //$('fb').set('html', '<iframe src="http://www.facebook.com/plugins/likebox.php?id=122067697827776&amp;width=340&amp;connections=0&amp;stream=false&amp;header=false&amp;height=58" width="340" height="58"  style="border:none; overflow:hidden; width:340px; height:58px;" allowTransparency="true" frameborder="0" scrolling="no"></iframe>');   
    
        //$('facebook').setHTML('<iframe src="http://www.facebook.com/plugins/likebox.php?id=122067697827776&width=350&connections=0&stream=false&header=false&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:48px;" allowTransparency="true"></iframe>');
        //$('facebook').setHTML('aaa');
        /*$('fbiframe').scrolling="no";
        $('fbiframe').width="350";
        $('fbiframe').height="48";
        $('fbiframe').frameborder="0";
        $('fbiframe').allowTransparency="true";*/
        
      });

