$(function() {
	$('.buttons-item').click(function() {
		var url = $(this).find('a').attr('href');
		window.open(url);
	});
});
