function getURL(path){
var hostName = "https://www1.cucardsonline.com";
hostName = hostName + path;
return hostName;
}

