document.write('<div id="notifypop" class="notifypop" style="display: none; color: #000000;"><a class="notifyhref" href="javascript:openotify();">Bonus offers NOT to be missed:</a><div style="padding: 10px;"><a target="_blank" href="http://www.onlinecasinoextra.com/cv/117">Rushmore Casino</a> Special Bonus for OnlineCasinoExtra.com readers! <b>200% up to $3000!</b> for you next three deposits.</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;"><a target="_blank" href="http://www.onlinecasinoextra.com/cv/28">Spin Palace Casino</a>: 150% Match Bonus and 50 Free Spins, Exclusively for OnlineCasinoExtra. Up to <b>AU$/&euro;/$1000</b> in Bonuses.</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";
	}
}
