// <![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#SmayaykilaFilms OR smayaykila OR SmayaykilaFilms',
  interval: 6000,
  rpp: 3,
  title: 'Cry Rock, documentary by Smayaykila Films',
  subject: 'Heard on the web...',
  width: 300,
  height: 120,
  theme: {
    shell: {
      background: '#000000',
      color: '#ffffff'
    },
    tweets: {
      background: '#363636',
      color: '#ffffff',
      links: '#0cf'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'all'
  }
}).render().start();
// ]]

// new TWTR.Widget({
//   version: 2,
//   type: 'profile',
//   rpp: 2,
//   interval: 6000,
//   width: 300,
//   height: 120,
//   theme: {
//     shell: {
//       background: '#333333',
//       color: '#ffffff'
//     },
//     tweets: {
//       background: '#000000',
//       color: '#ffffff',
//       links: '#00bbff'
//     }
//   },
//   features: {
//     scrollbar: false,
//     loop: false,
//     live: false,
//     hashtags: true,
//     timestamp: true,
//     avatars: false,
//     behavior: 'all'
//   }
// }).render().setUser('SmayaykilaFilms').start();

