	/* add the summary of book buying details in the following
	section. THis will appear in the mid left side of the web page.
	Use the writeln function and add all the html between quotes..."
	*/
	/*
	document.writeln("<p class='mainPageLeftBotText'>");
	document.writeln("<img src='images/image006.jpg' alt='Bronze Age Horns' height='60'/>");
	document.writeln("<br>");   							// new  line break with <br>
	document.writeln("<b><a class='linkoff' href='press.html'>Book launch... </a></b><br>");  // add bold with the <b> </b> tag
	document.writeln("Our book and CDs are available<br>");  						
	document.writeln("from the following publishers.");
	document.writeln("<br>");   							// new  line break with <br>
	
	document.writeln("</p>");
	
	
	*/
	
	
	
	
	