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="";
document.write("<div class='fig_left'><p>");
document.write("<img src='../../mopic.gif' 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>");


