﻿var url1 = "www.cheypzx.com";
var url2 = window.location.host; 
if(url2==url1)
{
window.location="cheypzx/index.htm";
}
