document.write('<div id="notifypop" class="notifypop" style="z-index: 3; display: none; color: #000000;"><a class="notifyhref" href="javascript:openotify();">Bonus offers NOT to be missed:</a><div style="padding: 10px;">At <a href="http://www.online-poker-index.com/v/57" class="redlink" target="_blank">888 Poker</a>, new players get $8 FREE - No deposit necessary!   </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;">Get your Super-Bonus of 200% up to $1000 at <a href="http://www.online-poker-index.com/v/56" class="redlink" target="_blank">Titan Poker</a> NOW!</div></div><a id="openotify" class="notify" style="z-index: 4;" href="javascript:openotify();">&nbsp;</a><a id="redbulb" class="notifyred" style="z-index: 4;" 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";
	}
}
