$(document).ready(function() {
	$("#features .feature").click(function() {
		window.location.href = $(this).attr("rel");
	});
});
