﻿<!--
new TWTR.Widget({
 
				version: 2,
 
				type: 'search',
 
				search: '@kinsen',
 
				interval: 6000,       
 
				width: 'auto',
 
				height: 300,
 
				theme: {
 
					shell: {
 
						background: '#FFFFFF',
 
						color: '#333333'
 
					},
                                        tweets: {
 
						background: '#FFFFFF',
 
						color: '#333333',
 
						links: '#285096'
 
					}
 
				},
 
				features: {
 
					scrollbar: false,
 
					loop: true,
 
					live: true,
                                        
                                        hashtags: true,
 
					timestamp: true,
 
					avatars: true,
 
					behavior: 'default'
 
				}
 
			}).render().start();
-->
