$(document).ready(function() {
	
	$('.jsLink').click(function() {
		var url = $(this).attr('rel');
		window.location.href = url;
	});
});
