var twitterWidget=new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 5,
    interval: 6000,
    width: 180,
    height: 250,
    theme: {
        shell: {
            background: '#d65d0d',
            color: '#ffffff'
        },
        tweets: {
            background: '#33251c',
            color: '#ffffff',
            links: '#d65d0d'
        }
    },
    features: {
        scrollbar: false,
        loop: false,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
}).render().setUser('gr8conf').start();