Задача: клонировать и поместить в активную вкладку tabbrowser'а.
Подскажите чего неправильно делаю.

Выделить код

Код:

var nodeObj = document.getElementById('s_b');
anotherNodeObj = document.getElementById('s_browser_bottom').selectedBrowser;
clonedNodeObj = nodeObj.cloneNode(true);
anotherNodeObj.appendChild(clonedNodeObj);