NETANGELS = {}
if (typeof NETANGELS.util == "undefined"){
    NETANGELS.util = {}
}
if (typeof NETANGELS.widget == "undefined"){
    NETANGELS.widget = {}
}
if (typeof NETANGELS.data == "undefined"){
    NETANGELS.data = {}
}

if (typeof get_format == "undefined") {
    function get_format(str) { return str; }
}
