<?php if($weather = get_post_meta($post->ID, 'weather', true)):?> <object width="184" height="76"><param name="movie" value="http://www.weatherlet.com/weather.swf?locid=<?=$weather;?>&unit=s" ></param><param name="wmode" value="transparent"></param><embed src="http://www.weatherlet.com/weather.swf?locid=<?=$weather;?>&unit=s" type="application/x-shockwave-flash" wmode="transparent" width="184" height="76"></embed></object> <?php endif;?>