$(document).ready(function() {
	$("a#7").click(function() {
		alert("Hallo Welt");
	});
});