
// 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_net/?sku=29&site=7962e09f44aecb2ec44b126b6a671feb286721f7">Retin A microgel 0.1% 45gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=29&site=7962e09f44aecb2ec44b126b6a671feb286721f7">1 Tube</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_net/?sku=29&site=7962e09f44aecb2ec44b126b6a671feb286721f7">$199.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=29&site=7962e09f44aecb2ec44b126b6a671feb286721f7"><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_net/?sku=30&site=7962e09f44aecb2ec44b126b6a671feb286721f7">Retin A microgel 0.1% 45gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=30&site=7962e09f44aecb2ec44b126b6a671feb286721f7">2 Tubes</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_net/?sku=30&site=7962e09f44aecb2ec44b126b6a671feb286721f7">$329.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=30&site=7962e09f44aecb2ec44b126b6a671feb286721f7"><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_net/?sku=31&site=7962e09f44aecb2ec44b126b6a671feb286721f7">Retin A microgel 0.1% 45gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=31&site=7962e09f44aecb2ec44b126b6a671feb286721f7">3 Tubes</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_net/?sku=31&site=7962e09f44aecb2ec44b126b6a671feb286721f7">$459.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/lifestylemeds_net/?sku=31&site=7962e09f44aecb2ec44b126b6a671feb286721f7"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='</table>';

document.write(list);
