<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var pop = window.open(theURL,winName,features);
  pop.blur();
  window.focus();
}
//-->

<!--
var popedUp = true;
var intAdId = 47;
function showPopUpExit() {
	var strMsgI = "Would you like to receive $200 Free Bonus on your initial Deposit?";
	var strUrlTo = "http://www.casinorc.com/?refererID=891695";
	var winSpecs = "location=0,status=no,toolbar=yes,menubar=no,scrollbars=yes,resizable=yes";
	if (popedUp && intAdId == 47) {
		// Exit window
		if (confirm(strMsgI)) {
			window.open(strUrlTo,"",winSpecs);
		}
	}
}

function checkForm() {
	popedUp = false;
}
//-->

