$(document).ready(function() {
	
	$("#banner2 .button img").click(function() {
		var rel = $(this).attr("rel");
		window.location = rel;
	});
	
});