	new TWTR.Widget({
		version: 2,
		type: 'profile',
		interval: 60000,
		rpp: 10,
		width: 'auto',
		height: 200,
		theme: {
		shell: {
			background: '#FFFFFF',
			color: '#000000'
		},
		tweets: {
			background: '#FFFFFF',
			color: '#000000',
			links: '#467D30'
		}
		},
		features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: false,
		avatars: true,
		behavior: 'all'
		}
	}).render().setUser('Myzk_SyunNavi').start();
