function getType(o) {
var _t;
return ((_t = typeof(o)) == "object" ?Object.prototype.toString.call(o).slice(8,-1):_t).toLowerCase();
}
function getType(o) {
var _t;
return ((_t = typeof(o)) == "object" ?Object.prototype.toString.call(o).slice(8,-1):_t).toLowerCase();
}