var IndexInit = false;
function rv24IndexInit() {
var aHOST = window.location.hostname;
if (aHOST == "localhost" ||
	aHOST == "ttest.rv24.de" ||
	aHOST == "stest.rv24.de" ||
	aHOST == "stest-test.rv24.de" ||
	aHOST == "s.rv24.de" ||
	aHOST == "r.rv24.de" ||
	aHOST == "rtest.rv24.de") {
	// TEST
} else {
	if (IndexInit == false) {
		// PROD
		setzeTrackingPixelAffiliate();
		// startNurago();
	}
}
IndexInit = true;
}

function startNurago() {
document.write ('<script src="http://gacela.eu/wws/index.php/layer/?id=1005&z='+Math.random()+'" type="text/javascript"><\/script>');
}

function setzeTrackingPixelAffiliate() {
var hashX = document.location.hash;
var documentHashX = hashX.substr(1, hashX.length);
if(documentHashX == "partner") {
	var affitrackpix = readCookie('AMWEBJCT!%2Fws_jct_rv24!affiliate');
	if (affitrackpix != null) {
		document.write('<img src="'+affitrackpix+'" width="1" height="1" border="0" alt="" />');
	}
}
}

