function google_check(name, size)
{
	alert(name);
	block = document.getElementById(name);	
	alert(block.innerHTML);
}
