$(document).ready(function(){

$("#AktuelleJobs").click(function(){
	trackingcenter.event('AktuelleJobs.click').beam();
});

});