$(document).ready(function() {

	$('h1').click(function() {
		location.href = 'http://cisdl.org/' + lang;	 
	});
	
});
