function getZone(){
var adPath = location.pathname;
adPathSplit = adPath.split('/');
mb_payload.zone = adPathSplit[4].split(";")[0];
}