﻿    new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 6,
    interval: 6000,
    width: 240,
    height: 100,
    theme: {
        shell: {
        background: '#57008a',
            color: '#ffffff'
        },
        tweets: {
        background: '#c797ea',
            color: '#000000',
            links: '#2200ff'
        }
    },
    features: {
        scrollbar: true,
        loop: false,
        live: true,
        hashtags: false,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
}).render().setUser('fatattitude').start();
