1jQuery(document).ready(function() {
2  // improve the appearance of .breadcrumbs or you are here
3  jQuery('.drawer').drawer();
4  jQuery('.curid bdi').unwrap();
5  jQuery('.bcsep, .bchead').remove();
6});