window.onload = function() {
	document.getElementById('container').style.cursor = 'pointer';
	
}

