getTwitters('twitters', { 
    id: 'tanmanforlife', 
    clearContents: true, 
    count: 3,
    withFriends: false,
    ignoreReplies: true,
    //template: '<span class="status">%text%</span><br/><a href="http://twitter.com/%user_screen_name%"></span>'
	template: '<span class="status">%text%</span> <br/> <span><a href="http://twitter.com/%user_screen_name%"></a></span>'
});
