// JavaScript Document

function writePromo(){
	if (validID == true){
document.write('<div id="upsellWrapper">');
document.write('<table width="595" height="79" border="0" cellpadding="0" cellspacing="0" background="/Sites/RET/_includes/productUpsell/_img/upsell_bg.jpg">');
document.write('<tr>');
document.write('<td height="1"><img src="/Sites/RET/_includes/productUpsell/_img/upsell_top.jpg" width="595" height="6" /></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top">');
document.write('<div class="upsellThumbBox"><div class="upsellThumb"> ');
document.write('<a href="'+productInfoLink+'"><img src="'+productImage+'" width="100" height="75" border="0" />');
document.write('</a></div></div>');
document.write('<div class="upsellContentBox">');
document.write('<table width="467" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td height="1" colspan="2" class="upsellTitle"><a href="'+productInfoLink+'">'+productTitle+'</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="32" colspan="2" valign="top" class="upsellDesc">'+productDescription+'</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="35" height="36" valign="bottom"> <div class="upsellPrice">'+productPrice+'</div></td>');
document.write('<td width="420" valign="bottom"><div class="upsellBtnBox">');
document.write('<div><a href="'+productInfoLink+'" class="qlText">');
document.write('More Info</a></div>');
document.write('<div><a href="'+productBuyLink+'" class="addLg">');
document.write('Add to Cart</a></div></div></td>');																																																																																
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="1"><img src="/Sites/RET/_includes/productUpsell/_img/upsell_bottom.jpg" width="595" height="6" /></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
		}
}

writePromo();
			


