// JavaScript Document

new TWTR.Widget({
						  version: 2,
						  type: 'search',
						  //search: 'Radio KPFM',
						  search: 'kpfm',
						  interval: 6000,
						  title: 'What\'s being said about...',
						  subject: 'KPFM',
						  width: 280,
						  height: 300,
						  theme: {
							shell: {
							  background: '#000000',
							  color: '#ffffff'
							},
							tweets: {
							  background: '#000000',
							  color: '#b5dcff',
							  links: '#ffffff'
							}
						  },
						  features: {
							scrollbar: false,
							loop: true,
							live: true,
							hashtags: true,
							timestamp: true,
							avatars: true,
							behavior: 'default'
						  }
						}).render().start();
