﻿
var webrootpath = "";
//var webrootpath = "/";
var basketId = "75";

function getWebrootPath() {

    return webrootpath;
}

function getBasketId() {
    return basketId;
}
