﻿// JavaScript Document

new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 10,
  interval: 4000,
  title: 'Twitter ',
  subject: 'Tech and Business Headlines',
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: 'none',
      color: '#003300'
    },
    tweets: {
      background: 'none',
      color: '#1A1A1A',
      links: '#823F02'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('bdevus', 

'humm').start();


