function checkReg()
{
var popped		= getCookie('popup_shown');
var registered	= getCookie('registered');

if (window.dropstart) clearInterval(dropstart)
crossboxcover.style.visibility="hidden"

if (popped == null && registered == null)
{
	document.cookie = "popupshown=Y";
}

}

