if(top.location != self.location)
	{
		alert("该域名非法调用杭州网联天成电子商务有限公司旗下网站，请上网用户不要上当受骗,\n\r请确认您输入的地址是http://www.u517.com");
		top.location=self.location;
	//	var web = document.location;
		
	//	parent.window.opener=null;
	//	parent.window.close();
	}		

function GoToPurchase(ShelfId,ProductId)
{
	var GoToUrl = "";
	if(ProductId==null)
		ProductId="";
	var URL = document.location.href;
    GoToUrl = "/Web2/Purchase/Page/"+ShelfId+ProductId+".html";
	window.open(GoToUrl,'','resizable=1,scrollbars=yes,menubar=yes,titlebar=yes,toolbar=yes,location=yes,status=yes');
	//	if(ProductId==1598||ProductId==1599||ProductId==1600||ProductId==1601||ShelfId==278||ShelfId==157||ShelfId==156||ShelfId==200||ShelfId==202||ShelfId==239)
	//      GoToUrl = "/Purchase/Page/"+ShelfId+ProductId+".aspx";

}
function addF(DName)
{ 
    var SecondDomain="";
    DName=DName.toLowerCase();
    if(DName.indexOf(".u517.com")>=1)
	{    
		var a=DName.split(".");
		SecondDomain=a[0].toLowerCase();
		if(SecondDomain!="www")
		{
		   if (window.confirm(""))
                { window.external.AddFavorite("http://"+SecondDomain+".u517.com/","最低价游戏点卡购买--网联点卡超市");}
						
		}
	}		
}