Edit in JSFiddle

window.addEvent('domready', function(){

  alert('DOM is ready! Execute some radical code');

});