$(document).ready(function() {
	$("table tr:odd").addClass("alt");
	
	// Activate Lightbox
	$('.lightbox').lightbox();
	
});

getTwitters('tweet', { 
  id: 'mtinews', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'
});

	

