 new TWTR.Widget({
 version: 2,
 type: 'search',
 search: '#sayama',
 rpp: 50,
 interval: 60,
 title: 'sayama tweets',
 subject: 'つぶやき (#sayama)',
 width: 250,
 height: 420,
  
 theme: {
   shell: {
     background: '#afdbab',
     color: '#69512d'
   },
   tweets: {
     background: '#ffffff',
     color: '#69512d',
     links: '#f76c0f'
   }
 }, 
 features: {
   scrollbar: true,
   loop: false,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   toptweets: true,
   behavior: 'all'
 }
}).render().start();
