I\'ve got a page where I\'m using Mootools 1.2.4 and MediaboxAdvanced as a lightbox. I can\'t seem to get the thing working because of a particular javascript error
You may only be able to use $ on an element returned from getElementById. A simple workaround is to instead use $$.
$$('body')[0].adopt...