document.write('<div class="podHolder">');
	document.write('<div class="podTitle">');
		document.write('Free Training Videos');
	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>Pixplug Training Videos</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>View these free training videos to learn how to setup your Pixplug.com account. </td>');
			document.write('</tr>');
			document.write('<tr>');
				document.write('<td>&nbsp;</td>');
			document.write('</tr>');
			document.write('<tr>');
				document.write('<td align="center">');
					document.write('<a href="../../videos-training/pixplug.html"><img src="../../i/buttons/btnWatchVideos.png" alt="Watch Videos" border="0" width="157" height="42" /></a>');
				document.write('</td>');
			document.write('</tr>');
		document.write('</table>');
	document.write('</div>');
document.write('</div>');
