// Related files:
//
// ssi/product_list.htf
// ssi/product_list_non_linking.htf
// ssi/product_list_non_linking_2.htf
// product_list_create_links.js

document.getElementById("dProd" + "List").innerHTML=
  
  '<p class="head">Choose your <b>poppers</b></p>' + "\n"
  + '<p style="text-align: left"><a href="/rush_poppers.shtml">Rush</a> - World' + "'" + 's top seller.<br>' + "\n"
  // + '<a href="/rush_ultra_poppers.shtml">Rush Ultra</a> - Exclusive!<br>' + "\n"
  + '<a href="/hardware_poppers.shtml">Hardware</a><br>' + "\n"
  + '<a href="/ram_poppers.shtml">Ram</a><br>' + "\n"
  + '<a href="/jungle_juice_poppers.shtml">Jungle Juice</a> - #1 amyl.<br>' + "\n"
  // + '<a href="/jungle_juice_blue_poppers.shtml">Jungle J. Blue</a> - Soon!<br>' + "\n"
  + '<a href="/jungle_juice_platinum_poppers.shtml">Jungle J. Platinum</a><br>' + "\n"
  + '<a href="/amsterdam_poppers.shtml">Amsterdam</a><br>' + "\n"
  + '<a href="/blue_boy_poppers.shtml">Blue Boy</a> - Popular.<br>' + "\n"
  // + '<a href="/blue_boy_poppers.shtml">Blue Boy *Lube*</a><br>' + "\n"
  + '<a href="/man_scent_poppers.shtml">Man Scent</a><br>' + "\n"
  + '<a href="/taiwan_blue_poppers.shtml">Taiwan Blue</a><br>' + "\n"
  // + '<a href="/eagle_poppers.shtml">Eagle</a> - New!<br>' + "\n"
  + '<a href="/brown_bottle_poppers.shtml">Brown Bottle</a><br>' + "\n"
  // + '<a href="/rochefort_poppers.shtml">Rochefort</a><br>' + "\n" 
  + '<a href="/iron_horse_poppers.shtml">Iron Horse</a><br>' + "\n"
  + '<a href="/quicksilver_poppers.shtml">Quicksilver</a><br>' + "\n"
  + '<a href="/rave_poppers.shtml">Rave</a> - New!<br>' + "\n"
  + '<a href="/reds_poppers.shtml">Reds</a> - New!<br>' + "\n"
  + '<a href="/nitro_poppers.shtml">Nitro Supra</a><br>' + "\n"
  + '<a href="/thunderbolt_poppers.shtml">Thunderbolt</a><br>' + "\n"
  + '<a href="/maximum_impact_poppers.shtml">Maximum Impact</a></p>';


