var AKZ = { data: {} };
AKZ.data.clients = [
    {
        title: 'Sonar Imagery',
        img: 'sonar_imagery.png',
        url: 'http://sonarimagery.com'
    },
    {
        title: 'PB Custom',
        img: 'pb_custom.png',
        url: 'media/clients/big_pbcustom.png'
    },
    {
        title: 'Pierce Engineering',
        img: 'pierce_engineering.png',
        url: 'http://pierceengineeringltd.com'
    },
    {
        title: 'Keystone Fence',
        img: 'keystone_fence.png',
        url: 'http://keystonefencemi.com'
    },
    {
        title: 'Alexander the Great BBQ',
        img: 'alexander_bbq.png',
        url: 'http://alexanderthegreatbbq.com'
    },
    {
        title: 'Border Cantina',
        img: 'border_cantina.png',
        url: 'http://bordercantina.com'
    }
];

