$(function() {
	$('.id_link').click(function (event) {
			event.preventDefault();
			sHref = $(this).attr('id');
			window.location.href = sHref;
	    });
	$('.rel_link').click(function (event) {
			event.preventDefault();
			sHref = $(this).attr('rel');
			window.location.href = sHref;
	    });
		$('.button-game').click(function(event){
			yaCounter1024744.reachGoal('gallery');
			yaCounter1024744.notBounce();
			return true;
		});
    
});
