Overdrive to Bluefire Reader link

Here is the code to transfer ebooks from your library directly to Bluefire Reader. To copy it, hold your finger down somewhere in the whitespace and then drag the selection rectangle over just the code. Choose Copy.

javascript:$(document).ready(function() { hrefs = '<h2><a href=\"' + 'bluefirereader://fulfill/' + szGetDownload + '\">Click here to open ebook with Bluefire Reader</a></h2>'; var bfdiv = '<div>' + hrefs + '</div>'; var sourceWindow = window.open("about:blank"); var newDoc = sourceWindow.document; newDoc.open(); newDoc.write("<html><head><title>Bluefire Ready!</title></head><body>" + bfdiv + "</body></html>"); newDoc.close(); });