/* DomReady Event fires when all Elements are ready, but not images. */ 
window.addEvent('domready', function() { 
		
 });