
document.domain = "auction.co.kr";

function get200806PartnerShipCookie(name) {
	var prefix = name + "=";
	var cookieStartIndex = document.cookie.indexOf(prefix);
	if (cookieStartIndex == -1)
		return (null);
	var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);
	if (cookieEndIndex == -1)
		cookieEndIndex = document.cookie.length;
	return (unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)));
}

function Get200806CouponShopCookie( name ){
		var nameOfCookie = name + "=";
		var x = 0;
		while ( x <= document.cookie.length )
		{
			var y = (x+nameOfCookie.length);
			if ( document.cookie.substring( x, y ) == nameOfCookie ) {
				if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
				return unescape( document.cookie.substring( y, endOfCookie ) );
			}
				
			x = document.cookie.indexOf( " ", x ) + 1;
				
			if ( x == 0 ) break;
		}
				return "";
}

var arrPopup = new Array;
var nPopup = 0;
function CouponShop200806LayerPopup(pID, pPopSrc,pTop,pLeft, pWidth, pHeight)
{	
	arrPopup[nPopup] = pID;
	
	if ( nPopup != 0 ){
		pTop = posPopup.offsetTop + (nPopup * 40);
		pLeft = popLeft.offsetLeft + (nPopup * 200);
	}
	nPopup = nPopup + 1;
	
	strPopupScript = "<div id='" + pID + "' onclick='javascript:alert(\"d\")' style='border-width:0px;POSITION: absolute;TOP: " + pTop + "px; LEFT: " + pLeft + "px;z-index:199'>\
			<IFRAME src='" + pPopSrc + "' frameBorder=0 scrolling=no width=" + pWidth + " height=" + pHeight + "></IFRAME>\
	</div>";
	
	document.writeln(strPopupScript); 	
}

function get200806Affiliate(strPARTNERSHIP)
{
	var isAffiliate;
	switch (strPARTNERSHIP)
	{
		case "485":											
		case "491":										
		case "539":										
		case "543":										
		case "546":										
		case "547":										
		case "552":										
		case "553":										
		case "557":										
		case "560":										
		case "574":										
		case "580":										
		case "594":										
		case "595":										
		case "596":										
		case "597":										
		case "598":										
		case "599":										
		case "601":										
		case "603":										
		case "604":										
		case "605":										
		case "606":										
		case "607":										
		case "608":										
		case "610":										
		case "612":										
		case "613":										
		case "614":										
		case "615":										
		case "616":										
		case "626":										
		case "631":										
		case "632":										
		case "244":										
		case "245":										
		case "273":										
		case "280":										
		case "295":										
		case "313":										
		case "341":										
		case "342":										
		case "344":										
		case "420":										
		case "424":										
		case "432": 										
		case "437":										
		case "445":										
		case "448":										
		case "453":										
		case "470":										
		case "471":										
		case "480":										
		case "495":										
		case "496":										
		case "497":										
		case "498":										
		case "528":										
		case "551":										
		case "628":										
		case "237":										
		case "240":										
		case "316":										
		case "358":										
		case "413":										
		case "500":										
		case "545":										
		case "550":										
		case "569":										
		case "571":										
		case "602":										
		case "294":										
		case "291":										
		case "310":										
		case "320":										
		case "343":										
		case "346":										
		case "457":										
		case "431":		
				isAffiliate = true;
			 	break;
  	default: 
  			isAffiliate = false;
	}
	return isAffiliate;
}
		
	
function get200806CouponShopPopup(top, left)
{	
	var isPopUp = false;
	var today = new Date();
	var whenDay = new Date("07/03/2008");

	if (get200806PartnerShipCookie("PARTNERSHIP%5FID") != null && get200806PartnerShipCookie("PARTNERSHIP%5FID") != "" && get200806PartnerShipCookie("PARTNERSHIP%5FHCODE") != null && get200806PartnerShipCookie("PARTNERSHIP%5FHCODE") != "")
	{
  	  if ((get200806PartnerShipCookie("PARTNERSHIP%5FHCODE").substring(0,1) == "Y" ) && ((get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3) != null) || (get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3) != ""))) 
  	  {
  	  	//isPopUp = get200806PartnerShipCookie(Get200806CouponShopCookie("PARTNERSHIP%5FID").substring(0,3));
  	  	isPopUp = get200806Affiliate(get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3));
  	  }
	}
	
	if (isPopUp && whenDay >= today)
	{		
		var strReturn;
		strReturn = Get200806CouponShopCookie("20080605ImCoupon");
		if ( strReturn == "" || strReturn == null || strReturn == "0" ) 
		{
			CouponShop200806LayerPopup("20080605ImCoupon", "http://event.auction.co.kr/event2008/06/CouponShop/default.asp", top, left, 329, 253);
		}	
	}		
}

function get200807CouponShopPopup()
{	
	var isPopUp = false;
	var today = new Date();
	var whenDay = new Date("07/31/2008");

	if (get200806PartnerShipCookie("PARTNERSHIP%5FID") != null && get200806PartnerShipCookie("PARTNERSHIP%5FID") != "" && get200806PartnerShipCookie("PARTNERSHIP%5FHCODE") != null && get200806PartnerShipCookie("PARTNERSHIP%5FHCODE") != "")
	{
  	  if ((get200806PartnerShipCookie("PARTNERSHIP%5FHCODE").substring(0,1) == "Y" ) && ((get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3) != null) || (get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3) != ""))) 
  	  {
  	  	//isPopUp = get200806PartnerShipCookie(Get200806CouponShopCookie("PARTNERSHIP%5FID").substring(0,3));
  	  	isPopUp = get200806Affiliate(get200806PartnerShipCookie("PARTNERSHIP%5FID").substring(0,3));
  	  }
	}
	
	if (isPopUp && whenDay >= today)
	{		
		var strReturn;
		strReturn = Get200806CouponShopCookie("20080605ImCoupon");
		if ( strReturn == "" || strReturn == null || strReturn == "0" ) 
		{
			window.open('http://promotion.auction.co.kr/promotion/MD/eventview.aspx?txtMD=00CDBB4303', '20080605ImCoupon','scrollbars=no,width=330,height=370,left=100,top=100');
		}	
	}		
}