
function MyAlert(){
	document.getElementById('round').innerHTML = 'round 12';
	//alert('hello');
}