function showWeather() {

	kodas = 'sd546we3';
	document.write('<div style="width:190px;">');
	
				document.write('<img src="http://www.orelis.lt/Uploads/Weather/Current/'+kodas+'/vilnius.png" border="0" /><br />');
				document.write('<img src="http://www.orelis.lt/Uploads/Weather/Current/'+kodas+'/kaunas.png" border="0" /><br />');
				document.write('<img src="http://www.orelis.lt/Uploads/Weather/Current/'+kodas+'/klaipeda.png" border="0" /><br />');
				document.write('<img src="http://www.orelis.lt/Uploads/Weather/Current/'+kodas+'/siauliai.png" border="0" /><br />');
				document.write('<img src="http://www.orelis.lt/Uploads/Weather/Current/'+kodas+'/panevezys.png" border="0" /><br />');
			
	
	document.write('</div>');

}
