﻿new TWTR.Widget({
    version: 2,
    type: 'faves',
    rpp: 10,
    interval: 6000,
    title: 'Favorite tweets about',
    subject: 'MakeAFriend.us',
    width: 'auto',
    height: 150,
    theme: {
        shell: {
            background: '#00295e',
            color: '#ffffff'
        },
        tweets: {
            background: '#ffffff',
            color: '#444444',
            links: '#0097f5'
        }
    },
    features: {
        scrollbar: false,
        loop: true,
        live: true,
        hashtags: false,
        timestamp: true,
        avatars: true,
        behavior: 'default'
    }
}).render().setUser('MakeAFriendUS').start();
