if(typeof(on_selected_search)=='function')
{
var attrids=[];
for(var key in cache_new_params)
{
if(key.indexOf('attrid_')!=-1)
{
attrids.push(cache_new_params[key]);
}
}
if(attrids.length>0)
{
cache_new_params['attrid']=attrids.join('_');
}
on_selected_search(cache_new_params);
}
}
});