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;">Deposit only £10 at the award winning <a href="http://www.bingolines.com/bv/8" target="_blank">William Hill Bingo</a> and they will give you <b>£25 FREE!!!</b> </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;">If you&quot;re looking for a whole basket of Bingo Goodies, visit <a href="http://www.bingolines.com/bv/49" target="_blank">Ruby Bingo</a> now! You will get <b>£16 FREE no-deposit required, as well as a super-generous 300% first deposit bonus!!!</b>  </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";
	}
}
