jQuery(function($) {
	$.localScroll.defaults.axis = 'x';
	
	$.localScroll({
			hash:false,
			duration:1500
			});
			
	getTwitters('tweet', { 
  id: 'azerocrew', 
  count: 10, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true
});
});

