$(function(){
  $('#BANNERS').cycle({ timeout: 8000 });
  $(".tweet").tweet({
      //query:"from:mexdest+OR+from:vacationroost",
      username: twitterAccounts,
      avatar_size: 32,
      count: 6,
      loading_text: "loading tweets..."
  });
  $('.scroll').jScrollPane({autoReinitialise: true});
});


