$(function() {
	
	$('#tweeter').tweetable({username: 'parkpizzaco', time: true, limit: 4, replies: true, position: 'append'});
	
	$('img[@src$=.png]').ifixpng(); 

});
