document.write('<div class="podHolder">');
	document.write('<div class="podTitle">');
		document.write('Xtivity Tour Pages');
	document.write('</div>');
	document.write('<div class="podContent">');
		document.write('<table cellpadding="0" cellspacing="0" border="0" width="181">');
			document.write('<tr>');
				document.write('<td>');
					document.write('<h2>Tour Pages</h2>');
				document.write('</td>');
			document.write('</tr>');
			document.write('<tr>');
				document.write('<td><hr style="border: solid 0px #666; background-color: #666; height: 1px;" /></td>');
			document.write('</tr>');
			document.write('<tr>');
				document.write('<td>');
					document.write('<a href="features_tour.html">Xtivity Features</a>');
					document.write('<br />');
					document.write('<a href="interface_tour.html">Interface and Workflow</a>');
					document.write('<br />');
					document.write('<a href="product_tour.html">Product Tour</a>');
					document.write('<br />');
					document.write('<a href="capabilities_tour.html">Capabilities</a>');
					document.write('<br />');
					document.write('<a href="showcase_tour.html">Showcase Examples</a>');
				document.write('</td>');
			document.write('</tr>');
		document.write('</table>');
	document.write('</div>');
document.write('</div>');
