var key = "_http:\/\/theschmitthouse.net_us_en-US_medium-votes"; var voteHtml = "vote now"; if(typeof(window.yahooBuzzBadgeVoteCountValues) !== "undefined") { window.yahooBuzzBadgeVoteCountValues[key] = voteHtml; } else { window.yahooBuzzBadgeVoteCountValues = {}; } if(typeof(window.yahooBuzzBadgeVoteCountIds) !== "undefined") { var ids = window.yahooBuzzBadgeVoteCountIds[key]; if(typeof(ids) !== "undefined") { var numIds = ids.length; for(var i = 0; i < numIds; i++) { if(document.getElementById(ids[i])) { document.getElementById(ids[i]).innerHTML = voteHtml; } } } }