window.onload = function() {
	if(screen.width <= 1050)
	{
		topright = document.getElementById('toprightbanner');
		
		topright.style.display = "none";
	}
}
