// data normalization
function _hbOnPrePV(){
    for(var i in hbx){
        if(typeof i!='function'){
            hbx[i] = hbx[i].toLowerCase();
        }
    }
}