bindEvents = function () {
	if (!getById("shop_footer")) {
		// Element not found.
		return;	
	}
	
	// Re-Place the footer in case something went wrong while loading images.
	getById("shop_footer").style.bottom = "0px";
};

// Bind eventlisteners on page load.
//addLoadEvent(bindEvents);
