// JavaScript Document var stockItems = { 'sku48-096-04-r50': { 'sku': '48-096-04-r50', 'type': 'occ', 'color': 'OCC', 'size': '4x8', 'weight': '52', 'price': '189'}, 'sku48-120-04-r50': { 'sku': '48-120-04-r50', 'type': 'occ', 'color': 'OCC', 'size': '4x10', 'weight': '65', 'price': '236.25'}, 'sku48-144-04-r50': { 'sku': '48-144-04-r50', 'type': 'occ', 'color': 'OCC', 'size': '4x12', 'weight': '78', 'price': '283.5'}, 'sku48-096-04-SLP1000': { 'sku': '48-096-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x8', 'weight': '52', 'price': '189'}, 'sku48-120-04-SLP1000': { 'sku': '48-120-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x10', 'weight': '65', 'price': '236.25'}, 'sku48-144-04-SLP1000': { 'sku': '48-144-04-SLP1000', 'type': 'pro', 'color': 'Natural', 'size': '4x12', 'weight': '78', 'price': '283.5'}, 'sku48-096-04-SLP3000': { 'sku': '48-096-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x8', 'weight': '52', 'price': '199'}, 'sku48-120-04-SLP3000': { 'sku': '48-120-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x10', 'weight': '65', 'price': '248.75'}, 'sku48-144-04-SLP3000': { 'sku': '48-144-04-SLP3000', 'type': 'pro', 'color': 'Asphalt', 'size': '4x12', 'weight': '78', 'price': '298.5'}, 'sku48-096-04-SL': { 'sku': '48-096-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x8', 'weight': '45', 'price': '129'}, 'sku48-120-04-SL': { 'sku': '48-120-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x10', 'weight': '56', 'price': '161.25'}, 'sku48-144-04-SL': { 'sku': '48-144-04-SL', 'type': 'original', 'color': 'Dirt', 'size': '4x12', 'weight': '68', 'price': '193.5'}, 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