$(function() {
	$('.welcome-button').button().click(function() {
		window.location = $(this).attr('rel') + '.php';
	});
});
