document.write('<div id="notifypop" class="notifypop" style="display: none; color: #000000;"><a class="notifyhref" href="javascript:openotify();">Top Bonus Angebote:</a><div style="padding: 10px;"><span>Titan Casino Exklusiv-Bonus</span>: Holen Sie sich jetzt 10€ GRATIS - keine Einzahlung erforderlich!!!</div><hr style="border-bottom: 1px #E0E0E0 solid; padding: 1px; border-top: 0px; border-right: 0px; border-left: 0px; width: 80%" /><div style="padding: 10px;"><span>Swiss Casino:</span> Erhalten Sie noch heute bis zu 555€ Exklusiv-Bonus (anstatt den üblichen 400€)!!!</div></div><a id="openotify" class="notify" href="javascript:openotify();">&nbsp;</a><a id="redbulb" class="notifyred" href="javascript:openotify();">2</a>');
var notifyopen = 0;
function openotify() {
	if (notifyopen == 0) {
		notifyopen = 1;
		document.getElementById('redbulb').style.display = 'none';
		document.getElementById('openotify').className = 'notifyopen';
		document.getElementById('notifypop').style.display = "";
	} else {
		notifyopen = 0;
		document.getElementById('redbulb').style.display = '';
		document.getElementById('openotify').className = 'notify';
		document.getElementById('notifypop').style.display = "none";
	}
}
