var wcmxsite = "http://wcm.hyundai.com/wcm/";
var wcmxdomain = "wcm.hyundai.com";
var curURLx   = window.location.toString();
var tempURLx  = curURLx.split("/");
var tempURL   = tempURLx[2];
if(tempURL == wcmxdomain){
	redirectURL =ssUrlPrefix + "main/";
}else{
	redirectURL ="./main/";
}