function absoluteFilepath(path)
{
    return "http://" + window.location.hostname + "/" + path;
}



