/*
LibraryThing Work Info JSON API

Code and underlying data is copyright 2008 LibraryThing.com, LLC

By using this API you agree to its terms of use, listed at:
http://www.librarything.com/wiki/index.php/LibraryThing_APIs
*/

function LT_addLibraryThinglinks(booksInfo)
{
for (i in booksInfo)
	{
	try {
		var book = booksInfo[i];
		if(book.link)
			{
			document.getElementById('LT_'+book.id).innerHTML = '(<a href="' + book.link + '">see on LibraryThing</a>)';
			}
		}
	catch(e) { };
	}
}

LTpop({"2005043451":{"id":"2005043451","type":"isbn","work":false,"link":"","copies":0,"reviews":0,"rating":0,"rating_img":""},"9780821361252":{"id":"9780821361252","type":"isbn","work":"6437137","link":"http:\/\/www.librarything.com\/work\/6437137","copies":"1","reviews":"0","rating":0,"rating_img":""},"0821361252":{"id":"0821361252","type":"isbn","work":"6437137","link":"http:\/\/www.librarything.com\/work\/6437137","copies":"1","reviews":"0","rating":0,"rating_img":""}});
