function custom_linkMapper(el) {
	return [el.href, "<a href=\"" + linkMapperIDToURL(el.id) + "\" class=\"slimboxLink\">" + el.title + "</a>"];
}