/*
document.write('<div id="prodpromos">\n' +
	'<div class="prodvideo">\n' +
		'<img src="/images/telemedicine-equipment/promo_video_01.jpg" border="0" width="190" height="141" alt="" />\n' +
		'<div class="description">\n' +
			'<table cellpadding="0" cellspacing="0" border="0">\n' +
				'<tr>\n' +
					'<td width="173">\n' +
						'Title for Feature Here<br />\n' +
						'<span class="company">Company Name is here</span>\n' +
					'</td>\n' +
					'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="43" alt="" /></td>\n' +
				'</tr>\n' +
			'</table>\n' +
		'</div>\n' +
		'<div class="quote">AMD Products work for us.</div>\n' +
	'</div>\n' +
	'<div class="prodvideo">\n' +
		'<img src="/images/telemedicine-equipment/promo_video_02.jpg" border="0" width="190" height="141" alt="" />\n' +
		'<div class="description">\n' +
			'<table cellpadding="0" cellspacing="0" border="0">\n' +
				'<tr>\n' +
					'<td width="173">\n' +
						'Title for Feature Here<br />\n' +
						'<span class="company">Company Name X</span>\n' +
					'</td>\n' +
					'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="43" alt="" /></td>\n' +
				'</tr>\n' +
			'</table>\n' +
		'</div>\n' +
		'<div class="quote">This is why my AMD Product works for us.</div>\n' +
	'</div>\n' +
	'<div class="prodquote">\n' +
		'"Sciurus, veniam minim crisare duis blandit diam ipsum elit. Ut elit quis, ut velit molestie iusto elit nostrud ad, enim in"<br />\n' +
		'<br />\n' +
		'<center><img src="/images/telemedicine-equipment/logo_polycom.gif" border="0" width="181" height="60" alt="POLYCOM&reg;" /></center><br />\n' +
		'<span class="author">~ John X, Product Manager for Company X</span>\n' +
	'</div>\n' +
	'<div style="clear:both"></div>\n' +
'</div>\n');
*/