span class="breadcrumb_item_anchor breadcrumb_item_anchor_last">' + item.title + '
>' +
'
>';
} else {
if(item.url) {
item.url = window.location.host.indexOf('h5.lazada.') > -1 ? item.url.replace('www.lazada.', 'h5.lazada.') : item.url;
}
liNode.innerHTML = '
<
span class="breadcrumb_item_text">' +
'
<a title="' + item.title + '" href="' + item.url + '" class="breadcrumb_item_anchor">' +
'
<span>' + item.title + '
>' +
'
>' +
'
<div class="breadcrumb_right_arrow">




