There was a reference to drupal_add_js that was resulting in a php error due to there being no 'external' type in D6's implementation of drupal_add_js. Turns out, this whole call to drupal_add_js was redundant resulting in livefyre's js being called twice. I've since nuked it.