$(document).ready(function() {
	$.scrollTo("max");
});

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