new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 5,
    interval: 7000,
    width: 273,
    height: 100,
    theme: {
        shell: {
            background: '#f8f8f8',
            color: '#000000'
        },
        tweets: {
            background: '#f8f8f8',
            color: '#444444',
            links: '#791e74'
        }
    },
    features: {
        scrollbar: false,
        loop: true,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'default'
    }
}).render().setUser('voxbone').start();

