function ShowTweetsNSG(){
	new TWTR.Widget({
       version: 2,
       type: 'profile',
       rpp: 4,
       interval: 6000,
       width: 175,
       height: 200,
       theme: {
         shell: {
           background: '#f0f0f0',
           color: '#000000'
         },
         tweets: {
           background: '#ffffff',
           color: '#000000',
           links: '#339999'
         }
       },
       features: {
         scrollbar: false,
         loop: false,
         live: false,
	     hashtags: true,
         timestamp: true,
         avatars: false,
         behavior: 'all'
      }
	}).render().setUser('geluidshinder').start();
}
