VoiceTV.Wheather={initial:function(){$.get(VoiceTV.base_url+"/news/wheather",function(a){$("#today-report .weather").html(a)})}};$().ready(function(){VoiceTV.Wheather.initial()});
