jQuery(document).ready(function() {
	jQuery("#Claim").click(function() {
		location.href = "http://www.global-concepts.de";
	});
});