$(document).ready(function() {
	$('.switch_language').each(function(i) {
	  var current_switch_link = $(this).attr('href');
		var current_path = window.location.pathname;
	});
});
