$("#pprice").html('starting: $299.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000043594").attr("style","padding-bottom: 15px"); $("#pselect_210000043594").html(''); $("#tab_210000043594").html('
 Item #DescriptionGear RatioLine Retrieve
(Inches)
BearingBraid Line Capacity
(Lbs/Yds)
Mono Line Capacity
(Lbs/Yds)
Max Drag
(lbs)
Weight
(oz)
PriceQuantity 
\"DaiwaSALTISTMQ2500D-HDaiwa SALTISTMQ2500D-H Saltist MQ 2500D-H Spin5.7 : 121.56BB+110/250
15/185
8/240
10/210
228.8
$299.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ3000D-XHDaiwa SALTISTMQ3000D-XH Saltist MQ 3000D-XH Spin6.2 : 136.86BB+115/250
20/220
10/280
12/220
229.5
$299.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ4000D-XHDaiwa SALTISTMQ4000D-XH Saltist MQ 4000D-XH Spin6.2 : 139.16BB+120/280
30/200
10/360
14/250
26.410.2
$309.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ5000D-HDaiwa SALTISTMQ5000D-H Saltist MQ 5000D-H Spin5.7 : 137.86BB+130/230
40/160
14/280
20/180
26.415.3
$329.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ6000D-HDaiwa SALTISTMQ6000D-H Saltist MQ 6000D-H Spin5.7 : 139.96BB+130/320
40/240
14/340
20/270
26.415.2
$329.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ8000HDaiwa SALTISTMQ8000H Saltist MQ 8000H Spin5.7 : 143.46BB+140/330
50/280
16/330
20/280
33.121.9
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"DaiwaSALTISTMQ10000Daiwa SALTISTMQ10000 Saltist MQ 10000H Spin5.7 : 146.26BB+150/330
65/280
20/330
25/280
33.122.4
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"DaiwaSALTISTMQ14000HDaiwa SALTISTMQ14000H Saltist MQ 14000H Spin5.7 : 148.36BB+165/33080/28025/330
30/290
33.122.2
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ18000Daiwa SALTISTMQ18000 Saltist MQ 18000 Spin5.3 : 149.46BB+165/440
80/330
30/400
40/280
44.129.5
$399.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaSALTISTMQ20000Daiwa SALTISTMQ20000 Saltist MQ 20000 Spin5.3 : 152.96BB+180/440
100/330
40/330
50/280
44.129.6
$399.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ 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(); } }