// JavaScript Document var stockItems = { 'sku48-096-04-BRN-PT': { 'sku': '48-096-04-BRN-PT', 'type': 'occ', 'color': 'OCC', 'size': '4x8', 'weight': '52', 'price': '178.88'}, 'sku48-120-04-BRN-PT': { 'sku': '48-120-04-BRN-PT', 'type': 'occ', 'color': 'OCC', 'size': '4x10', 'weight': '65', 'price': '223.6'}, 'sku48-144-04-BRN-PT': { 'sku': '48-144-04-BRN-PT', 'type': 'occ', 'color': 'OCC', 'size': '4x12', 'weight': '78', 'price': '268.32'}, 'sku48-096-04-SLP3000': { 'sku': '48-096-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x8', 'weight': '52', 'price': '195.52'}, 'sku48-120-04-SLP3000': { 'sku': '48-120-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x10', 'weight': '65', 'price': '242.4'}, 'sku48-144-04-SLP3000': { 'sku': '48-144-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x12', 'weight': '78', 'price': '289.28'}, 'sku48-096-04-SLP1000': { 'sku': '48-096-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x8', 'weight': '52', 'price': '178.88'}, 'sku48-120-04-SLP1000': { 'sku': '48-120-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x10', 'weight': '65', 'price': '223.6'}, 'sku48-144-04-SLP1000': { 'sku': '48-144-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x12', 'weight': '78', 'price': '268.32'}, 'sku48-096-04-SL': { 'sku': '48-096-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x8', 'weight': '45', 'price': '117.76'}, 'sku48-120-04-SL': { 'sku': '48-120-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x10', 'weight': '56', 'price': '147.2'}, 'sku48-144-04-SL': { 'sku': '48-144-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x12', 'weight': '68', 'price': '176.64'}, lastElement: true }; var BSCart = { items:{}, nextid: 0, shipping: null, tax: null, initialized: false, initialize: function() { var itemlist = readCookie("BSCart"); if (itemlist != null && itemlist != "") { itemlist = itemlist.split(","); for (i=0; i