﻿new TWTR.Widget({
    version: 2,
    type: 'search',
    search: 'Dementie',
    interval: 4000,
    title: 'Tijd van je leven',
    subject: 'Dementie',
    width: 160,
    height: 185,
    theme: {
        shell: {
        background: '#00a7c8',
            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().start();

