$(document).ready(function() {

	getTwitters('tweet', { 
	  id: 'dearbev', 
	  count: 1, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '<a style="text-decoration:none;font-weight:bold;display:inline;" href="http://twitter.com/%user_screen_name%/">%user_screen_name%:</a> %text% <span>%time%</span>'
	});

	$('.comment_link').click(function(){
		$.scrollTo('.comments-template', 1000);
		return false;
	});

});