if (google.loader.ClientLocation != null) {
var miasteczko=google.loader.ClientLocation.address.city;
} else {
var miasteczko="";
}
	
	
function miastos(){
		document.form2.q.value = miasteczko;
}