<!-- make all links with the 'rel' attribute open overlays -->
	$(function() {
		$("button[rel]").overlay();
		$("a.overlay[rel]").overlay();
	});
