﻿new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 4,
    interval: 5000,
    width: 283,
    height: 100,
    theme: {
        shell: {
            background: '#5dacec',
            color: '#fff'
        },
        tweets: {
            background: '#5dacec',
            color: '#333',
            links: '#fff'
        }
    },
    features: {
        scrollbar: true,
        loop: false,
        live: false,
        hashtags: true,
        timestamp: false,
        avatars: false,
        behavior: 'default'
    }
}).render().setUser('modernsolar').start();
