﻿new TWTR.Widget({version: 2, type: 'list', rpp: 50, interval: 6000, title: '', subject: "", width: 'auto', height: 550,
					  	theme: {
					    	shell: {
					     	background: '#000000',
					      	color: '#ffffff'
					    	},
					    	tweets: {
					      	background: '#000000',
					      	color: '#666666',
					      	links: 'white'
					    	}
					  	},
					  	features: {
					    	scrollbar: true,
					    	loop: false,
					    	live: true,
					   	hashtags: true,
					    	timestamp: true,
					    	avatars: true,
					    	behavior: 'all'
					  	}
						}).render().setList('AllanJP_DK', 'danny').start();
