function bannerClose() {
	document.getElementById('banner').style.display = 'none';
}