

(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('http://blog.wired.com/gadgets/2008/07/winebloggin-epi.html');}
if (window.reddit_title) { write_string += '&title=' + encodeURIComponent(reddit_title); }
if (window.reddit_css) { write_string += '&css=' + encodeURIComponent(reddit_css); }
write_string += '" height="20" width="120" scrolling="no" frameborder="0"></iframe>';
document.write(write_string);
})()

