var AllowList="http://www.huidafx.com|http://huidafx.com|http://forex.cnfol.com|http://www.bankrate.com.cn|http://forex.hexun.com|http://forex.jrj.com.cn|http://money.163.com|http://money.sohu.com|http://gold.cnfol.com|http://finance.qq.com|http://forex.jrj.com|http://www.fx-1688.com|http://www.1688fx.com|http://big5.cnfol.com|http://www.p5w.net|http://forex.jrj.vnet.cn/|http://money.camase.com/|http://quotes.money.163.com|http://www.camase.com|http://www.jinfuhui.com";
var AllowArr=AllowList.split("|");
var flag=false;
if(document.referrer=="") flag=true;
else{
	for(i=0;i<AllowArr.length;i++)
	{
		if(document.referrer.indexOf(AllowArr[i])>=0) flag=true; 
	}
}
if(!flag) location.href="http://data.huidafx.com/feifa.html";