		var randomnumber;
		var x;
		var books;
		
		books = 4;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a target="_blank" href="http://www.amazon.com/gp/product/1598746170/ref=as_li_tf_tl?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1598746170" border="0"><img src="http://trifind.net/books/Whipple-side.jpg" title="The Endurance Paradox"><br>The Endurance Paradox: Bone Health for the Endurance Athlete</a><img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1598746170" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			case 2:
				document.write('<a target="_blank" href="http://www.amazon.com/gp/product/1598746170/ref=as_li_tf_tl?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1598746170" border="0"><img src="http://trifind.net/books/Whipple-side.jpg" title="The Endurance Paradox"><br>The Endurance Paradox: Bone Health for the Endurance Athlete</a><img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1598746170" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			case 3:
				document.write('<a target="_blank" href="http://www.amazon.com/gp/product/1598746170/ref=as_li_tf_tl?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1598746170" border="0"><img src="http://trifind.net/books/Whipple-side.jpg" title="The Endurance Paradox"><br>The Endurance Paradox: Bone Health for the Endurance Athlete</a><img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1598746170" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			case 4:
				document.write('<a target="_blank" href="http://www.amazon.com/gp/product/1598746170/ref=as_li_tf_tl?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1598746170" border="0"><img src="http://trifind.net/books/Whipple-side.jpg" title="The Endurance Paradox"><br>The Endurance Paradox: Bone Health for the Endurance Athlete</a><img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1598746170" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			}



