window.addEvents({
	'domready': function() {

		if ($('sideBar')) {
			$('sideBar').setStyle('height', ($('sideBar').getParent().getCoordinates().height - 80) + 'px');
		}
		
		var myZoomBox = new zoomBox();
		
		
		if(document.id('notification')) {
			(function() {
				document.id('notification').fade(0);
			}).delay(10000);
		}
		
	}
});
