function RefreshLeft(){
	if(window.parent.frames.length==0){
		window.location.href="http://www.forecast.ru/mainframe.asp?ADDR_FROM="+window.location;
	}
	else {
		var fr;
		fr=window.parent.frames["right"];
		fr.document.location.reload(true);
		fr=window.parent.frames["leftbottom"];
		fr.document.location.reload(true);
	}
}

RefreshLeft();