﻿new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 10,
	interval: 6000,
	width: 250,
	height: 130,
	theme: {
	   shell: {
	     background: '#d3d3d3',
	     color: '#666666'
	   },
	   tweets: {
	     background: '#ffffff',
	     color: '#000000',
	     links: '#d88012'
	   }
	},
	features: {
	   scrollbar: true,
	   loop: false,
	   live: true,
	   hashtags: true,
	   timestamp: true,
	   avatars: false,
	   behavior: 'all'
	}
	}).render().setUser('mytransport').start();

