This line is 79:
window.addEvent(\'domready\', function(){ mySlide = new Fx.Slide(\'advert\'); mySlide.hide(); });
It also doe
Just a quick addition to the conversation.
In some cases (video.js / bigvideo.js come to mind) you need to run modernizr.js as your first script before jQuery or jQuery UI. Clears things right up.