function ReloadIframe() { window.setTimeout("iframe.location.reload();",0); } function ReloadWeatherIframe(interval) { interval=interval*1000; window.setTimeout("weatheriframe.location.reload();",interval); }