$("#pprice").html('starting: $269.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000044229").attr("style","padding-bottom: 15px"); $("#pselect_210000044229").html(''); $("#tab_210000044229").html('
 Item #DescriptionGear RatioLine Retrieve
(Inches)
BearingsBraid Line Capacity
(Lbs/Yds)
Mono Line Capacity
(Lbs/Yds)
Max Drag
(Lbs)
Weight
(oz)
PriceQuantity 
\"ShimanoSRG5000SWAXGShimano SRG5000SWAXG Saragosa SW A 5000 XG6.2:1415+120/245
30/225
40/175
10/240
12/195
14/165
2215.9
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG6000SWAHGShimano SRG6000SWAHG Saragosa SW A 6000 HG5.7:1415+130/295
50/195
65/140
12/265
16/170
20/120
2216
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG8000SWSAHGShimano SRG8000SWSAHG Saragosa SW A 8000 HG5.6:1425+140/340
50/265
65/215
14/300
16/250
20/185
3523.8
$289.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG10000SWAPGShimano SRG10000SWAPG Saragosa SW A 10000 PG4.9:1405+150/360
65/290
80/215
16/320
20/220
25/175
3324.3
$309.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG14000SWAXGShimano SRG14000SWAXG Saragosa SW A 14000 XG6.2:1535+150/400
65/315
80/240
16/360
20/260
25/190
3324.7
$309.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG18000SWAHGShimano SRG18000SWAHG Saragosa SW A 18000 HG5.7:1516+150/600
65/440
80/360
20/415
25/340
30/280
4432.3
$359.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"ShimanoSRG20000SWAPGShimano SRG20000SWAPG Saragosa SW A 20000 PG4.4:1416+165/90
80/400
100/340
20/460
25/380
30/320
4433
$409.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"ShimanoSRG25000SWAShimano SRG25000SWA Saragosa SW A 250004.4:1456+165/630
80/520
100/440
20/570
25/490
30/360
4433.9
$409.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(); } }