<HTML><HEAD> <script language="JavaScript"> <!-- window.onload = function getHostname(){ var hname = location.hostname; var refreshURL = "//hostinfo.cafe24.com/serviceExpire/expiration.html?domain=" + hname; var RrefreshURL = "../rindex.html"; if ( hname.indexOf("fmcity")>0 ){ window.location.href = RrefreshURL; }else{ window.location.href = refreshURL; } } //--> </script></HEAD></HTML>