
// 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/rx-plus_com/?sku=3&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">Viagra 100mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=3&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">4 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/rx-plus_com/?sku=3&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">$129.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=3&site=0ef53d1294bcc9d836f385959dfbadce775e10d3"><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/rx-plus_com/?sku=6&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">Viagra 100mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=6&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">10 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/rx-plus_com/?sku=6&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">$235.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=6&site=0ef53d1294bcc9d836f385959dfbadce775e10d3"><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/rx-plus_com/?sku=7&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">Viagra 100mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=7&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">20 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/rx-plus_com/?sku=7&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">$409.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=7&site=0ef53d1294bcc9d836f385959dfbadce775e10d3"><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/rx-plus_com/?sku=8&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">Viagra 100mg</a></td>';
list+='<td class="pl_quantity"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=8&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">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/rx-plus_com/?sku=8&site=0ef53d1294bcc9d836f385959dfbadce775e10d3">$575.00</a></td>';
list+='<td class="pl_button_col"><a href="http://www.eordersecure.com/store/add_to_cart/rx-plus_com/?sku=8&site=0ef53d1294bcc9d836f385959dfbadce775e10d3"><img src="/images/add_to_cart.gif" /></a></td>';
list+='</tr>';
list+='</table>';

document.write(list);
