// JavaScript Document
<!-- make all links with the 'rel' attribute open overlays button-->

$(function() {
	$("button[rel]").overlay();
});

