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