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

function _hbPageViewCustom(pageName){
	_hbPageView(pageName,hbx.mlc);
}
