﻿new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 10,
    interval: 6000,
    width: 290,
    height: 120,
    theme: {
        shell: {
            background: '#e4e4e4',
            color: '#333333'
        },
        tweets: {
            background: '#e4e4e4',
            color: '#333333',
            links: '#00cc00'
        }
    },
    features: {
        scrollbar: true,
        loop: false,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
}).render().setUser('trianglesoccer').start();
