google.load("search", "1", {"language" : "ru"});

function OnLoad() {
	if (document.forms.length && document.comment && document.comment.city) {
		document.comment.city.value = google.loader.ClientLocation.address.city;
	}
}
google.setOnLoadCallback(OnLoad);
