var example = {
    windowsOff: {
        one: {
            number:      '1',
            time:        'immediately after subscription',
            interval:    '-',
            sendDate:    '1',
            description: 'Welcome message'
        },
        two: {
            number:      '2',
            time:        'at or around 8pm',
            interval:    '3',
            sendDate:    '4',
            description: 'Mornings, Monday through Friday: Buy a breakfast sandwich and receive a free coffee'
        },
        three: {
            number:      '3',
            time:        'at or around 8pm',
            interval:    '4',
            sendDate:    '8',
            description: 'Sunday through Thursday: Buy one dinner, get a second dinner at half the menu price'
        },
        four: {
            number:      '4',
            time:        'at or around 8pm',
            interval:    '6',
            sendDate:    '14',
            description: 'Wednesday Dinners: Free dessert on a bill of $25 or more'
        },
        five: {
            number:      '5',
            time:        'at or around 8pm',
            interval:    '6',
            sendDate:    '20',
            description: 'Thursday Lunches: 20% off entire lunch bill when business card presented with check'
        }
    },
    windowsOn: {
        one: {
            number:      '1',
            time:        'immediately after subscription',
            interval:    '-',
            sendDate:    '1',
            description: 'Welcome message'
        },
        two: {
            number:      '2',
            time:        'between 6:00am and 9:00am',
            interval:    '3',
            sendDate:    '4',
            description: 'Mornings, Monday through Friday: Buy a breakfast sandwich and receive a free coffee'
        },
        three: {
            number:      '3',
            time:        'between 6:00am and 3:00pm',
            interval:    '4',
            sendDate:    '10',
            description: 'Sunday through Thursday: Buy one dinner, get a second dinner at half the menu price'
        },
        four: {
            number:      '4',
            time:        'between 6:00am and 3:00pm',
            interval:    '6',
            sendDate:    '20',
            description: 'Wednesday Dinners: Free dessert on a bill of $25 or more'
        },
        five: {
            number:      '5',
            time:        'between 6:00am and 12 Noon',
            interval:    '6',
            sendDate:    '28',
            description: 'Thursday Lunches: 20% off entire lunch bill when business card presented with check'
        }
    }
}
