// JavaScript Document

var gcmScript = {
	
	addListeners: function() {
		
		// Force-set the footer to the bottom of the content area
		var objFooter = document.getElementById("footer");
		objFooter.style.bottom = '5px';
		
	}

};

rwScript.addEvent(window, 'load', gcmScript.addListeners, false);
rwScript.addEvent(window, 'unload', EventCache.flush, false);
