jQuery(document).ready(function() {
jQuery(".promo_todo").each(function(){
jQuery(this).html('<iframe src="http://foursquare.com/button.html?vid='+jQuery(this).text()+'&color=dark" allowtransparency="true" frameborder="0" scrolling="no" style="width:165px; height:25px;"></iframe>')
})
})

