﻿new TWTR.Widget({  version: 3,  type: 'profile',  rpp: 8,  interval: 4000,  width: 255,  height: 225,  theme: {    shell: {      background: 'transparent',      color: '#4f5d16'    },    tweets: {      background: 'transparent',      color: '#6d6c4f',      links: '#66af33'    }  },	features: {		scrollbar: false,		loop: true,		live: true,		hashtags: true,		timestamp: false,		avatars: false,		behavior: 'default'	}}).render().setUser('webxstudio').start();
