﻿new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 4,
    interval: 6000,
    width: 325,
    height: 290,
    theme: {
        shell: {
            background: '#f2f3e3',
            color: '#696969'
        },
        tweets: {
            background: '#e5dcd5',
            color: '#333333',
            links: '#ba9978'
        }
    },
    features: {
        scrollbar: false,
        loop: false,
        live: false,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
}).render().setUser('goodteaeu').start();
