
// display the price list
var list = ''

list+='<table class="pl_pricelist">';
list+='<tr class="pl_category_name">';
list+='<th colspan="6">Hair Removal</th>';
list+='</tr>';
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">';
list+='<a name="vaniqa"/>';
list+='<a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=22&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">Vaniqa 30gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=22&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">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/vaniqa-cream_com/?sku=22&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">$139.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=22&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5"><img alt="Add_to_cart" src="/images/add_to_cart.gif?1219785265" /></a></td>';
list+='</tr>';

list+='<tr>';
list+='<td class="pl_medication">';
list+='<a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=23&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">Vaniqa 30gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=23&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">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/vaniqa-cream_com/?sku=23&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">$195.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=23&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5"><img alt="Add_to_cart" src="/images/add_to_cart.gif?1219785265" /></a></td>';
list+='</tr>';

list+='<tr>';
list+='<td class="pl_medication">';
list+='<a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=24&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">Vaniqa 30gm</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=24&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">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/vaniqa-cream_com/?sku=24&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5">$259.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/vaniqa-cream_com/?sku=24&site=40d10c3c6ee9e456baf6dccfe271a26aa4f7b3d5"><img alt="Add_to_cart" src="/images/add_to_cart.gif?1219785265" /></a></td>';
list+='</tr>';
list+='</table>';

document.write(list);
