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