$("#pprice").html('starting: $359.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000044029").attr("style","padding-bottom: 15px"); $("#pselect_210000044029").html(''); $("#tab_210000044029").html('
 Item #DescriptionRetrieveGear RatioLine Retrieve
(Inches)
BearingsBraid Line Capacity
(Lbs/Yds)
Mono Line Capacity
(Lbs/Yds)
Max Drag
(Lbs)
Weight
(oz)
PriceQuantity 
\"DaiwaLX-TW400XH-PDaiwa LX-TW400XH-P Lexa TWS 400XH-P 8.1:1Right8.1 : 142.98CRBB+140/260
50/235
17/220
20/175
28.712.2
$389.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaLX-TW400-PDaiwa LX-TW400-P Lexa TWS 400-P 6.3:1Right6.3 : 133.58CRBB+140/260
50/235
17/220
20/175
28.712.2
$389.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaLX-TW400P-PDaiwa LX-TW400P-P Lexa TWS 400P-P 5.3:1Right5.3 : 128.18CRBB+140/260
50/235
17/220
20/175
28.712.2
$389.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaLX-TW300H-PDaiwa LX-TW300H-P Lexa TWS 300H-P 7.1:1Right7.1 : 137.58CRBB+130/310
50/175
12/260
14/215
28.712
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (3)+ Add to Wish List
\"DaiwaLX-TW400HL-PDaiwa LX-TW400HL-P Lexa TWS 400HL-P 7.1:1 Left HandRight7.1 : 137.58CRBB+140/260
50/235
17/220
20/175
28.712.2
$389.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"DaiwaLX-TW400H-PDaiwa LX-TW400H-P Lexa TWS 400H-P 7.1:1Right7.1 : 137.58CRBB+140/260
50/235
17/220
20/175
28.712.2
$389.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaLX-TW300XH-PDaiwa LX-TW300XH-P Lexa TWS 300XH-P 8.1:1Right8.1 : 142.98CRBB+130/310
50/175
12/260
14/215
24.212
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"DaiwaLX-TW300HL-PDaiwa LX-TW300HL-P Lexa TWS 300HL-P 7.1:1 Left HandRight7.1 : 137.58CRBB+130/310
50/175
12/260
14/215
28.712
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"DaiwaLX-TW300-PDaiwa LX-TW300-P Lexa TWS 300-P 6.3:1Right6.3 : 133.58CRBB+130/310
50/175
12/260
14/215
28.712
$359.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(); } }