  // try{
//   new TWTR.Widget({
//     version: 2,
//     type: 'profile',
//     rpp: 10,
//     interval: 3000,
//     width: 300,
//     height: 220,
//     theme: {
//       shell: {
//         background: '#eff0f1',
//         color: '#616161'
//       },
//       tweets: {
//         background: '#eff0f1',
//         color: '#616161',
//         links: '#242424'
//       }
//     },
//     features: {
//       scrollbar: true,
//       loop: false,
//       live: true,
//       hashtags: true,
//       timestamp: true,
//       avatars: false,
//       behavior: 'default'
//     }
//   }).render().setUser('VEJAComereBeber').start();
// } 
// catch(er)
// {
//   alert(er);
// }


// // Search mentions
// try{
//   new TWTR.Widget({
//       version: 2,
//       type: 'search',
//       search: '@VEJAComereBeber',
//       interval: 6000,
//       title: '',
//       subject: '',
//       width: 300,
//       height: 220,
//       theme: {
//           shell: {
//               background: '#eff0f1',
//               color: '#616161'
//           },
//           tweets: {
//               background: '#eff0f1',
//               color: '#616161',
//               links: '#616161'
//           }
//       },
//       features: {
//           scrollbar: false,
//           loop: true,
//           live: true,
//           hashtags: true,
//           timestamp: false,
//           avatars: false,
//           toptweets: true,
//           behavior: 'default'
//       }
//   }).render().start();
// } 
// catch(er)
// {
// 
// }


// Search mentions
try{
  new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 5,
    interval: 6000,
    width: 300,
    height: 100,
    theme: {
      shell: {
        background: '#eff0f1',
        color: '#616161'
      },
      tweets: {
        background: '#eff0f1',
        color: '#616161',
        links: '#616161'
      }
    },
    features: {
      scrollbar: false,
      loop: true,
      live: true,
      hashtags: true,
      timestamp: false,
      avatars: false,
      toptweets: true,
      behavior: 'default'
    }
  }).render().setUser('VEJAComereBeber').start();
} 
catch(er)
{

}

