
// display the price list for product
var list = ''

list+='<table class="pl_pricelist">';
list+='<tr class="pl_column_heads">';
list+='<th>Medication</th>';
list+='<th>Quantity</th>';
list+='<th>Consultation</th>';
list+='<th>Shipping</th>';
list+='<th>Our Price</th>';
list+='<th>&nbsp;</th>';
list+='</tr>';
list+='<tr>';
list+='<td class="pl_medication"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=25&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">Xenical 120mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=25&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">60 Capsules</a></td>';
list+='<td class="pl_consultation">FREE</td>';
list+='<td class="pl_shipping">FREE</td>';
list+='<td class="pl_price"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=25&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">$315.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=25&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='<tr>';
list+='<td class="pl_medication"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=26&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">Xenical 120mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=26&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">90 Capsules</a></td>';
list+='<td class="pl_consultation">FREE</td>';
list+='<td class="pl_shipping">FREE</td>';
list+='<td class="pl_price"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=26&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">$450.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=26&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='<tr>';
list+='<td class="pl_medication"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=27&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">Xenical 120mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=27&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">180 Capsules</a></td>';
list+='<td class="pl_consultation">FREE</td>';
list+='<td class="pl_shipping">FREE</td>';
list+='<td class="pl_price"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=27&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">$815.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=27&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='<tr>';
list+='<td class="pl_medication"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=28&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">Xenical 120mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=28&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">270 Capsules</a></td>';
list+='<td class="pl_consultation">FREE</td>';
list+='<td class="pl_shipping">FREE</td>';
list+='<td class="pl_price"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=28&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd">$1195.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_com/?sku=28&site=8edb361e78e50bb950bd52a0a7ad26d1340f4fbd"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='</table>';

document.write(list);
