// *********************************** BEGIN: stop abusive framing

if (top.location != location) { top.location.href = document.location.href; }


// *********************************** BEGIN: Option Pop Up 1 for Tell a Friend and Report Errors
	function OptionPopUp(Loc) {
	Loc = Loc + "?" + document.location;
	wMessageWindow=window.open(Loc,"wMessageWindow","toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=485,height=360");
	wMessageWindow.focus();
	}

// *********************************** BEGIN: NCPopLegal - NCBuy Legal Documents
	function NCPopLegal(Loc) {
	Loc = Loc + "?" + document.location;
	wMessageWindow=window.open(Loc,"wMessageWindow","toolbar=no,scrollbars=yes,directories=no,resizable=no,menubar=no,width=485,height=450");
	wMessageWindow.focus();
	}

// *********************************** BEGIN: NCPopTell - NCBuy Tell a Friend Pop Ups
	function NCPopTell(Loc) {
	Loc = Loc + "?" + document.location;
	wMessageWindow=window.open(Loc,"wMessageWindow","toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=485,height=360");
	wMessageWindow.focus();
	}

// *********************************** BEGIN: NCPopErr - NCBuy Error Reporting
	function NCPopErr(Loc) {
	Loc = Loc + "?" + document.location;
	wMessageWindow=window.open(Loc,"wMessageWindow","toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=485,height=360");
	wMessageWindow.focus();
	}

// *********************************** BEGIN: NCPopGameScr - NCBuy Game House Screen Shots
	function NCPopGameScr(Loc) {
	wMessageWindow=window.open(Loc,"wMessageWindow","toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=364,height=292");
	wMessageWindow.focus();
	}


// *********************************** BEGIN: Cookie Checking Pop Up Window

var ncpopcookie = "ncpopcode";

function ncpop()
{ if(document.cookie.indexOf("ncpopcode=") == -1)
  {  window.open("http://www.ncbuy.com/announcer/popup-intersital.html","NCBuyOffers","height=400,width=500,scrollbars=no,location=no,menubar=no,resizable=no,status=no,titlebar=no,toolbar=no,directories=no");
     document.cookie = "ncpopcode=done; path=/; domain=.ncbuy.com";
  }
}

// *********************************** END: Cookie Checking Pop Up Window
