// For use with non-framed home pages only
var HTMLCodeStart = '<table border=0 cellspacing=0 cellpadding=3 width=145 style="border: 1px solid #FF0000;"><tr><td bgcolor="#E3E4FA" align=center valign=middle><font color="#FF0000" size="-1" face="Arial"><b>Featured Product</b></font></td></tr><tr><td bgcolor="#E3E4FA" align=center valign=middle><font color="#000000" font size="-2" face="Arial">DELL 5100 COLOR BLACK</font></td></tr><tr><td bgcolor="#E3E4FA" align=center valign=middle><font color="#00008B" font size="-2" face="Arial">List Price:: $49.99<br><font color="#FF0000" size="-2" face="Arial">Our Price:: $44.95</font></td></tr><tr><td bgcolor="#E3E4FA" align=center valign=middle><img width=100 src="./images/dell 5100 Black.JPG" border=1 alt="DELL 5100 COLOR BLACK"></td></tr><tr><td bgcolor="#E3E4FA" align=center valign=middle>';
var AddtoCartForm = '<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"><input type="hidden" name="bn" value="xlecom.webcreator"><input type="hidden" name="cmd" value="_cart"><input type="hidden" name="business" value="webmaster@bge.net"><input type="hidden" name="add" value="1"><input type="hidden" name="undefined_quantity" value="1"><input type="hidden" name="item_name" value="DELL 5100 COLOR BLACK"><input type="hidden" name="item_number" value=" 310-5707"><input type="hidden" name="amount" value="44.95"><input type="hidden" name="shipping" value=""><input type="hidden" name="shipping2" value=""><input type="hidden" name="return" value="http://www.tonersink.com/success.html"><input type="hidden" name="cancel_return" value="http://www.tonersink.com"><input type="text" name="quantity" size="3" value="1">&nbsp;<br><br><input type="image" name="submit" src="./images/add-to-cart-01.gif" alt="Add to Cart" OnClick="window.open(\'\',\'paypal\',\'scrollbars,resizable,status,width=600,height=600\')"></form>';
var HTMLCodeEnd = '</td></tr></table>';
document.write(HTMLCodeStart + AddtoCartForm + HTMLCodeEnd);
