/*new TWTR.Widget({
    version: 2,
    type: 'search',
    search: 'rainbow',
    interval: 6000,
    title: 'Blue Point',
    subject: 'Hotsprings',
    width: 270,
    height: 300,
    theme: {
        shell: {
            background: '#ffffff',
            color: '#00d0ff'
        },
        tweets: {
            background: '#ffffff',
            color: '#5e5e5e',
            links: '#008c0e'
        }
    },
    features: {
        scrollbar: false,
        loop: true,
        live: true,
        hashtags: true,
        timestamp: true,
        avatars: true,
        toptweets: true,
        behavior: 'default'
    }
}).render().start();*/

/*

new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 2000,
  title: 'Bluepoint',
  subject: ' Hotsprings Caldas Novas',
  width: 270,
  height: 300,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#00a6ff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#40c2b7'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('hotspringss', '').start();
*/

new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp:15,
                  interval: 1000,
                  width: 270,
                  height: 250,
                  theme: {
                    shell: {
                      background: '#ffffff',
                      color: '#009336' /*titulos*/
                    },
                    tweets: {
                      background: '#ffffff',  
                      color: '#9c9c9c',  /*twitadas*/
                      links: '#33ccff'
                    }
                  },
                  features: {
                    scrollbar: true,
                    loop: true,
                    live: true,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setUser('Hotsprings_go').start();
