var domain = document.domain; 

if(domain!="www.eastrivet.cn")
{
	window.location.href ="http://www.eastrivet.cn";
}
