function choose(city)
	{
var code='<a href=\"http://clck.yandex.ru/redir/dtype=stred/pid=7/cid=1228/*http://pogoda.yandex.ru/'+city+'">';
code=code+'<img src=\"http://info.weather.yandex.net/'+city+'/2_white.png\" border=\"0\" alt=\"Яндекс.Погода\"/>';
code=code+'<img width=\"1\" height=\"1\" src=\"http://clck.yandex.ru/click/dtype=stred/pid=7/cid=1227/*http://img.yandex.ru/i/pix.gif\" alt=\"\" border=\"0\"/></a>';

document.getElementById('weather').innerHTML=code;
document.getElementById('choice').style.display='none';
return false;

	}


