function rv24IndexInit() {
setzeTrackingPixelAffiliate();
startNurago();
}

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 hash = document.location.hash;
var documentHash = hash.substr(1, hash.length);
if(documentHash == "partner") {
	var affitrackpix = readCookie('AMWEBJCT!%2Fws_jct_rv24!affiliate');
	if (affitrackpix) {
		document.write('<img src="'+affitrackpix+'" width="1" height="1" border="0" alt="" />');
	}
}
}
