new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 7,
    interval: 6000,
    theme: {
        shell: {
            background: '#eeeeee',
            color: '#464646'
        },
        tweets: {
            background: '#eeeeee',
            color: '#000000',
            links: '#4444ff'
        }
    },
    features: {
        scrollbar: false,
        loop: false,
        live: false,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
}).render().setUser('muppling').start();
