/* DomReady Event fires when all Elements are ready, but not images. */window.addEvent('domready', function() {});/* Load Event fires when the whole page is loaded, included all images */window.addEvent('load', function() {	scroll_now();	});