
var scriptLoaded = true;

var Weather = new function()
{
    function init() {
    }
    this.init = init
}




