
/* - custom-negociatis.js - */
// http://www.negociatis.com/portal_javascripts/custom-negociatis.js?original=1
function update_with_breadcrumb(obj,index){var bc=$('#portal-breadcrumbs');var item;var value;index=index-1;bc.find('span[dir=ltr]').each(function(i_index){if(i_index==index){item=$(this).children().first();value=item.text();if(value&&value!=''){obj.text('en '+value.toLowerCase());return};return}})};

