function startLytebox(href, title, rel) {
	var el   = document.getElementById('lytebox_misc');
	el.href  = href;
	el.title = title;
	el.rel	 = rel;

	myLytebox.start(el);
}