﻿//this js is used to set the cookie if the user comes from BC link
var MVCOOKIE = {
    ID: $.cookie('BCcookie'),
    PLAN: $.cookie('BCPlancookie'),
    REFERRER: $.cookie('BCReferrerCookie'),
    UICODE: $.cookie('EPDUICookie')
};