// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 'auto',
  height: 'auto',
  //footer: "MORE TWEETS >",
  theme: {
    shell: {
      background: 'transparent',
      color: '#ffc148'
    },
    tweets: {
      background: 'transparent',
      color: '#333333',
      links: '#333333'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('SymphonyGuild').start();

/*
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 'auto',
  height: 'auto',
  footer: "MORE TWEETS >",
  theme: {
    shell: {
      background: '#ffffff',
      color: '#528f9a'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#528f9a'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('GlobalPhilGrp').start();
*/
