var widget_code = '<iframe height=\"110\" width=\"325\" frameborder=\"0\" scrolling=\"no\" src=\"https://www.goodreads.com/book/add_to_books_widget/0061537969?atmb_widget%5Bbutton%5D=atmb_widget_1.png&amp;referrer=http%3A%2F%2Fwww.garthstein.com%2Fworks%2Fthe-art-of-racing-in-the-rain%2F\" />';

var widget_div = document.getElementById('gr_add_to_books');
if (widget_div) {
 	widget_div.innerHTML = widget_code
}
else {
 	document.write(widget_code)
}
