$(function(event) {
	$('.metadata .rating .vote').click(function(event) {
		window.location.href = $(this).attr('data-href');
	});
});
