﻿new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 10,
    interval: 4000,
    width: 225,
    height: 185,
    theme: {
        shell: {
        background: '#f89c1c',
            color: '#ffffff'
        },
        tweets: {
            background: '#ffffff',
            color: '#000000',
            links: '#2c517e'
        }
    },
    features: {
        scrollbar: true,
        loop: true,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: true,
        toptweets: true,
        behavior: 'all'
    }
}).render().setUser('ThomasGelissen').start();

