// +----------------------------------------------+ //
// |  Copyright©2003, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //

function SectionTitle(txt) {
     document.write('<div style="font-weight:bold; color:#CC6600;">&mdash;[ ' + txt + ' ]&mdash;</div>');
     }

function BookLink(url,ttl,aut) {
     document.write('<div style="margin: 5px 0px 5px 0px;">');

     if (url.indexOf("http") > -1) 
          {document.write('<a href="' + url + '" target="_blank">' + ttl + '</a><br>');}
     else
          {document.write('<a href="javascript:AmazonLink(\'' + url + '\');">' + ttl + '</a><br>');}

     document.write('<span class="imgcaption">' + aut + '</span>');
     document.write('</div>');}

SectionTitle('Now Reading');

BookLink('0762430036','A Stubbornly Persistent Illusion','Stephen Hawking');

SectionTitle('Last Ten Read');

BookLink('0679600108','Moby Dick','Herman Melville');
BookLink('4770028016','A Book of Five Rings','Miyamoto Musashi');
BookLink('0785821201','The Divine Comedy','Dante Alighieri');
BookLink('1587156164','A Princess of Mars','Edgar Rice Burroughs');
BookLink('1846771188','At The Earth&#180;s Core','Edgar Rice Burroughs');
BookLink('0767920090','The Female Brain','Louann Md Brizendine');
BookLink('http://www.eastonpressbooks.com/leather/product.asp?code=0243&c=4&source=CU963','1001 Arabian Nights Vol. 1','(The Easton Press)<br/>Sir Richard Burton');
BookLink('0192825143','A Discourse on Method','Ren&eacute; Descartes');
BookLink('0743238257','The Road Less Travelled','M. Scott Peck');
BookLink('999755602X','Top Of The World','Hans Ruesch');

SectionTitle('Highly Recomended');

BookLink('014303622X','Descarte&#180;s Error','Antonio Damasio');
BookLink('0451163931','The Virtue of Selfishness','Ayn Rand');
BookLink('0345487133','Earth Abides','George R. Stewart');
