$("#pprice").html('starting: $239.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000044083").attr("style","padding-bottom: 15px"); $("#pselect_210000044083").html(''); $("#tab_210000044083").html('
 Item #DescriptionRetrieveGear RatioLine Retrieve
(Inches)
BearingsBraid Line Capacity
(Lbs/Yds)
Mono Line Capacity
(Lbs/Yds)
Max Drag
(Lbs)
Weight
(oz)
PriceQuantity 
\"ShimanoTOR14HGAShimano TOR14HGA Torium 14HGARight6.3:1383+140/375
50/370
65/240
14/300
16/270
20/200
1715
$239.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (4)+ Add to Wish List
\"ShimanoTOR16PGAShimano TOR16PGA Torium 16PGARight4.6:1343+150/530
65/330
80/250
16/450
20/320
25/260
3319
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"ShimanoTOR16HGAShimano TOR16HGA Torium 16HGARight6.2:1463+150530
65/330
80/250
16/450
20/320
25/260
2418.9
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (3)+ Add to Wish List
\"ShimanoTOR20PGAShimano TOR20PGA Torium 20PGARight4.6:1343+150/710
65/375
80/310
16/450
20/320
25/260
3319.4
$259.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (3)+ Add to Wish List
\"ShimanoTOR20HGAShimano TOR20HGA Torium 20HGARight6.2:1463+150710
65/375
80/310
20/420
25/340
30/280
2419.2
$259.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (4)+ Add to Wish List
\"ShimanoTOR30PGAShimano TOR30PGA Torium 30PGARight4.6:1463+150/530
65/330
80/250
16/450
20/320
25/260
3320.3
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoTOR30HGAShimano TOR30HGA Torium 30HGARight6.2:1463+1501015
65/515
80/415
25/420
30/350
40/260
2419.8
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (5)+ Add to Wish List
\"ShimanoTOR40PGAShimano TOR40PGA Torium 40PGARight3.9:1354+140/1500
50/1250
65/920
40/470
50/370
60/270
3527.9
$379.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (3)+ Add to Wish List
\"ShimanoTOR40HGAShimano TOR40HGA Torium 40HGARight5.1:1464+140/1500
50/1250
65/920
40/470
50/370
60/270
3127.9
$379.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoTOR50HGAShimano TOR50HGA Torium 50HGARight5.1:1464+150/1600
65/1150
80/950
50/470
60/370
80/270
3129.8
$379.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoTOR16HGALShimano TOR16HGAL Torium 16HGALLeft6.2:1463+150530
65/330
80/250
16/450
20/320
25/260
2418.9
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"ShimanoTOR20HGALShimano TOR20HGAL Torium 20HGALLeft6.2:1463+150/710
65/375
80/310
20/420
25/340
30/280
2419.2
$259.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"ShimanoTOR30HGALShimano TOR30HGAL Torium 30HGALLeft6.2:1463+150/1015
65/515
80/415
25/420
30/350
40/260
2419.8
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
'); function ccchangeitem(itval){ var aval = itval.split("||"); var faction = 'https://www.anglerschoicetackle.com/cart/add/' + aval[1] + '/'; var invmsg = ''; var removeorderbtn = 0; if(aval[0] != '1'){ if(aval[4] > 0){ invmsg = ' In stock (' + aval[4] + ')'; }else{ if(aval[5] == 'indicator'){ invmsg = ' Available for Backorder'; }else{ invmsg = ' Out of stock'; removeorderbtn = 1; } } } if(aval[0] == '1'){ $('#pprice').html("starting: $" + aval[2]); $('#pmainimg').attr("src",aval[3]); $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", "")); $('#cdisplayinv').html(""); $("#pcart_wrap").hide(); } if(aval[0] != '1'){ $('#pprice').html("$" + aval[2]); $('#pmainimg').attr("src",aval[3]); $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", "")); $('#product_configure_form').attr("action",faction); $('#cdisplayinv').html(invmsg); if(removeorderbtn == 1){ $("#caddtocartbtn").hide(); }else{ $("#caddtocartbtn").show(); if(aval[5] == 'indicator' && aval[4] > 0){ $("#caddtocartbtn>span").html(" ADD TO CART"); }else{ $("#caddtocartbtn>span").html(" ADD TO CART - BACKORDER"); } } $("#pcart_wrap").show(); } }