// For save property feature
if(location.host == "localhost" || location.host == "dev03.bspsrv.net")
	var client_url="http://"+location.host+"/century21deed.com";
else
	var client_url="http://"+location.host;

/***********************************/