
// sendWebtrekk - for AJAX request, slider
function sendWebtrekkObject( content_id ) {

    var contentId = "verlag.stellenmarkt..." + content_id; // content id

    // Funktionsaufruf für Tracking-Pixel
    if(typeof(wt_sendinfo) != "undefined")wt_sendinfo(contentId);
    
}

// advanced history.back - details
function gotopage(link){
	window.location.href = link;
}
function historyback(refer){
	if(document.referrer > 0){
		window.location.href = document.referrer;
	} else {
		history.back();
		window.setTimeout("gotopage('"+refer+"')", 500);
	}
}
