﻿new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 6000,
	width: 'auto',
	height: 300,
	theme: {
		shell: {
			background: '#2c426d',
			color: '#ffffff'
		},
		tweets: {
			background: '#2c426d',
			color: '#ffffff',
			links: '#99bbff'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('previewsworld').start();
