/*This function builds the link to the book lists on Amazon. The Harvard Square Library profit sharing code is embedded in the TheLinkStart variable. 
Please do not edit this function! */

			var TheLinkStart="http://www.amazon.com/gp/search?ie=UTF8&keywords="
			var TheLinkEnd="&tag=harvardsquare-20&index=blended&linkCode=ur2&camp=1789&creative=9325"
			
document.getElementById('TheAd').innerHTML="<strong><u>Click Here</u></strong> to view Supplemental Reading to "+document.title+" on Amazon.";
TheSubject=document.title
document.getElementById('TheAmazonLink').href=TheLinkStart+TheSubject.replace(/ /,"%20")+TheLinkEnd;
//document.getElementById('TheAmazonLink').target="new"
