new TWTR.Widget({
  //Modifications by fatbellyman.com 03/2011- license as per Twitter
  version: 2,
  type: 'list',
  rpp: 3,
  interval: 6000,
  title: 'On-line News',
  subject: 'On-line news from TTC.',
  width: 220,
  height: 240,
  footer: 'Tantric Technologies',//Added by GH
  icon: 'images/twitter/tantric_logo.png',//Invented by GH
  iconlink: 'http://www.tantric.co.uk/',//Invented by GH
  theme: {
    shell: {
      background: '#D5EBFF',
      color: '#646464'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
	fullscreen: false,
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('anarkysheep', 'on-line-news').start();

window.onload = function (C){}; //GH - Added this so that this file can be used stand alone
