/* Configure twitter feeds */

getTwitters('tweet', { 
/* change to your twitter screen name */
id: 'BandRun', 
/* no of tweets to show in page */
count: 1, 
enableLinks: true, 
ignoreReplies: true, 
clearContents: true,
template: '<p>%text%</p>'
});
