var jexcelMarketingData = { default : { //date format is strict startDate : '2017-06-09', endDate : '2017-06-25', //possible values: pro vs. lite version : 'lite', // boolean for eval licences forEval : true, // boolean for paid licences forPaid : true, //to indicate a new marketing campaign increment this value version : 1, slides : [ { header : 'This is the first header', description : 'This is a short description.', image : 'cellhistory.png', }, { header : 'This is the second header', description : 'This is the second short description.', image : 'collaboration.png', } ] } }