﻿getTwitters('tweet', { 
	id: 'moderatvg', 
  	count: 3, 
  	enableLinks: true, 
  	ignoreReplies: true, 
  	clearContents: true,
 	template: '<div id class="box_left"><p>%time%<br /><span><strong>@%user_screen_name%</strong>: %text%</span></p></div><div class="box_left_s"></div><div class="separator"></div>'
});
