function showWeather(parentControlID) {
      conte = document.getElementById(parentControlID); 
      if (conte){ 
        elem = document.createElement('iframe'); 
	  elem.className="weatherframe";
        elem.type="text/html"; 
        elem.id = '582278cd12486b6f395d6e0845d3a2a5'; 
        elem.src = 'http://www.yourweather.co.uk/getwid/582278cd12486b6f395d6e0845d3a2a5'; 
        elem.frameBorder = 0; 
        elem.scrolling = 'no'; 
        conte.appendChild(elem); 
        }
}
