window.addEvent('domready', function(){
	new TWTR.Widget({
	  id: 'twtr-up',
	  footer:'',
	  version: 2,
	  type: 'profile',
	  rpp: 4,
	  interval: 6000,
	  width: 120,
	  height: 300,
	  theme: {
	    shell: {
	      background: '#fffff',
	      color: '#000000'
	    },
	    tweets: {
	      background: '#ffffff',
	      color: '#000000',
	      links: '#771414'
	    }
	  },
	  features: {
	    scrollbar: false,
	    loop: false,
	    live: false,
	    hashtags: true,
	    timestamp: false,
	    avatars: false,
	    behavior: 'all'
	  }
	}).render().setUser('nano_info').start();
});
