(function() {
var write_string='<iframe src="http://www.reddit.com/button_content?t=1&url=';
if (window.reddit_url)  { write_string += encodeURIComponent(reddit_url); }
else { write_string += encodeURIComponent('None');}
if (window.reddit_title) { write_string += '&title=' + encodeURIComponent(reddit_title); }
if (window.reddit_css) { write_string += '&css=' + encodeURIComponent(reddit_css); }
write_string += '" height="18" width="22" scrolling="no" frameborder="0" style="display:inline;float:left;"></iframe> <h3 style="font-weight:normal;font-size:12px;margin:3px 0 0 3px;padding:0 0 5px 0;float:left;display:inline;">+reddit</h3>';
document.write(write_string);
})()