function closebanner()
{
	document.getElementById('banner_adidas').style.display = "none";
}

