
// 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/hair-loss-treatment-remedy-prevention-information_com/?sku=5&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">Propecia 1mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=5&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">30 Tablets</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/hair-loss-treatment-remedy-prevention-information_com/?sku=5&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">$139.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=5&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed"><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/hair-loss-treatment-remedy-prevention-information_com/?sku=20&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">Propecia 1mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=20&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">90 Tablets</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/hair-loss-treatment-remedy-prevention-information_com/?sku=20&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">$269.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=20&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed"><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/hair-loss-treatment-remedy-prevention-information_com/?sku=21&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">Propecia 1mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=21&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">180 Tablets</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/hair-loss-treatment-remedy-prevention-information_com/?sku=21&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed">$475.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/hair-loss-treatment-remedy-prevention-information_com/?sku=21&site=0a61d243d447df04fb0e30d6a3eb084fef2dc5ed"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='</table>';

document.write(list);
