
jQuery(document).ready(function() {
	jQuery('.castelllogo').click(function() {
		location.href = '/index.php';	
	});
});

