// twitter

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 450,
  height: 250,
  theme: {
    shell: {
      background: '#3a9dda',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#6f6f6f',
      links: '#2673a3'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('CoganoiBayHotel').start();