// JavaScript Document
//new TWTR.Widget({
//  version: 2,
//  type: 'search',
//  search: 'avi_news',
//  interval: 6000,
//  title: 'AVI News',
//  width: 230,
//  height: 300,
//  theme: {
//    shell: {
//      background: '#8ec1da',
//      color: '#ffffff'
//    },
//    tweets: {
//      background: '#ffffff',
//      color: '#444444',
//      links: '#1985b5'
//    }
//  },
//  features: {
//    scrollbar: false,
//    loop: false,
//    live: true,
//    hashtags: false,
//    timestamp: true,
//    avatars: true,
//    behavior: 'all'
//  }
//}).render().start();

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 230,
  height: 300,
  theme: {
	shell: {
	  background: '#8ec1da',
	  color: '#ffffff'
	},
	tweets: {
	  background: '#fff',
	  color: '#444444',
	  links: '#1985b5',
	  avisited: '#000'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: true,
	hashtags: false,
	timestamp: true,
	avatars: true,
	behavior: 'all'
  }
}).render().setUser('auricchio').start();
