window.GAL=window.GAL||{};GAL.namespace=function(ns){if(!ns||!ns.length){return null;}var _2=ns.split(".");var _3=GAL;for(var i=(_2[0]=="GAL")?1:0;i<_2.length;++i){_3[_2[i]]=_3[_2[i]]||{};_3=_3[_2[i]];}return _3;};GAL.log=function(_5,_6,_7){var l=GAL.widget.Logger;if(l&&l.log){return l.log(_5,_6,_7);}else{return false;}};GAL.extend=function(_9,_10){var f=function(){};f.prototype=_10.prototype;_9.prototype=new f();_9.prototype.constructor=_9;_9.superclass=_10.prototype;if(_10.prototype.constructor==Object.prototype.constructor){_10.prototype.constructor=_10;}};GAL.namespace("util");GAL.namespace("widget");GAL.namespace("example");