function checkDomain() {
	// don't use Vietnamese domain
	if (location.hostname == 'sỉlẻ.vn')
		location.replace('http://sile.vn'+location.pathname+location.search+location.hash);
}

checkDomain();