jQuery(document).ready(function() {
	if (document.location == 'http://localhost:4000/' || document.location == 'http://blog.tweetwhatyoueat.com/') {
		var postLocation = document.location + $('#post-link').html().substr(1);
		$('#fb-root').html('<fb:comments href="' + postLocation + '" num_posts="5" width="625"><meta property="fb:app_id" content="130982283610021"></fb:comments>');
	} else {
		$('#fb-root').html('<fb:comments href="' + document.location + '" num_posts="5" width="625"><meta property="fb:app_id" content="130982283610021"></fb:comments>');
	}

});



