// browsercheck
if (!(is.dom||is.ie)) {
	document.location.href = "textonly.html";
}
