//twitter code
new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 8,
  interval: 10000,
  title: 'GoHooper Web Design Recent News',
  subject: 'Founder John Hooper',
  width: 250,
  height: 165,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#666666'
    },
    tweets: {
      background: '#ffffff',
      color: '#666666',
      links: '#c0103f'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('gohooper').start();