﻿new TWTR.Widget({version: 2, type: 'profile', rpp: 4, interval: 6000, width: 240, height: 600,
  	 theme: {
 		shell: {background: '#666666', color: '#ffffff'},
    		tweets: {background: '#141414', color: '#ffffff', links: '#fad51e'}
  		},
  	features: {scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all'}
		}).render().setUser('Nuclearkoi').start();
