var isbn;
var title;
var author;
var imgloc;
var imgtype;
if(author.substring(0,1)==" ")author=author.substring(1,author.length);
if(author.substring(0,3)!="by ")author="by "+author;
if(author=="by ")author="";
if(imgloc=="../GM/") imgloc="../gm/";
if(imgloc=="../gm/") imgloc="../gm/"+isbn.substring(0,3)+"/";
document.write("<div class='fig_left'><p>");
document.write("<img src='"+imgloc+isbn+imgtype+"' width='200'");
document.write("	alt=\""+title+"\" title='click your flag to examine item' /><p>");
document.write("	"+isbn);
document.write("	</p>");
document.write("</div>");
document.write("</p><p><em>"+title+"</em>");
document.write("<br />"+author+"</p>");
document.write("<a class='image' href='http://www.amazon.com/exec/obidos/ASIN/"+isbn+"/motorera-20' target='_blank'>");
document.write("	<img src='../../usa.gif' alt='USA flag' title='examine or purchase from USA' /></a>");
document.write("<a class='image' href='http://www.amazon.ca/exec/obidos/ASIN/"+isbn+"/motorera0a-20' target='_blank'>");
document.write("	<img src='../../canada.gif' alt='Canada flag' title='examine or purchase from Canada' /></a>");


