var timesitshappened = 0;
var URL = new String(window.location);

function popup(){
	if (URL.split('/')[3] == 'de'){
		document.getElementById('homeBlock').style.background = 'url(/images/active.jpg)'; //Image.src = '../images/active.jpg';
		document.getElementById('popup').style.display = 'block';
		document.getElementById('button').style.display = 'none';
		//document.getElementById('theTickerOver').style.display = 'none';
		document.getElementById('progressivejackpot2').style.display = 'none';
	}
	else {
		location.href = '/de/index.asp?action=spielen';
	}
}