// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 15,
  interval: 6000,
  title: 'The latest from the 28 OMNITION family',
  subject: '28 Imperium',
  width: 240,
  height: 320,
  theme: {
	shell: {
	  background: '#000000',
	  color: '#4baef1'
	},
	tweets: {
	  background: '#ffffff',
	  color: '#444444',
	  links: '#ff0000'
	}
  },
  features: {
	scrollbar: true,
	loop: true,
	live: true,
	hashtags: true,
	timestamp: true,
	avatars: true,
	behavior: 'default'
  }
}).render().setList('28omni', 'the-28-imperium').start();
