

	
	document.write('	<ul>');
	document.write('		<li>');
	document.write('			<strong>Gold</strong>');
	document.write('			<span class="price">1774.40</span>');
	document.write('			<img src="https://www.learcapital.com/graphics/change_up.gif" alt="image" />');
	document.write('			<span class="change">16.90</span>');

	document.write('		</li>');
	document.write('	</ul>');



	
	document.write('	<ul>');
	document.write('		<li>');
	document.write('			<strong>Silver</strong>');
	document.write('			<span class="price">34.29</span>');
	document.write('			<img src="https://www.learcapital.com/graphics/change_down.gif" alt="image" />');
	document.write('			<span class="change">0.08</span>');

	document.write('		</li>');
	document.write('	</ul>');




	document.write('	<ul>');
	document.write('		<li>');
	document.write('			<strong>Platinum</strong>');
	document.write('			<span class="price">1718.60</span>');
	document.write('			<img src="https://www.learcapital.com/graphics/change_up.gif" alt="image" />');
	document.write('			<span class="change">26.59</span>');

	document.write('		</li>');
	document.write('	</ul>');

	
