var ShSettings={
  "shvDB":"clubfurniture",
  "storeURL":"www.clubfurniture.com",
  "yahooID":"clubfurniturestore",
  "cartURL":"http://order.store.yahoo.net/cgi-bin/wg-order?clubfurniturestore",
  "allowSpellCorr":true,
  "allowFilters":true,
  "autoShowFilters":true,
  "permFilter":null,
  "sortBy":[['Popular',-1],['Price',0,1],['Newest',1],['Alphabetical',11]],
  "bottomElt":null,
  "callback":"",
  "lbItemHeight":220,
  "lbItemWidth":200,
  "lbItemPadding":15,
  "lbRowCount":6 };

document.write('<link rel="stylesheet" href="http://shoptivate.com/shared/shoptivate-d3.css" />');
document.write('<link rel="stylesheet" href="http://clubfurniture.shoptivate.com/override.css" />');
document.write('<div id="shvshade"></div>');
document.write('<div id="shscont" style="display:none"><input id="shstate" style="display:none"/></div>');
document.write('<div id="shcontent"></div>');
document.write('<script src="http://shoptivate.com/shared/shv-d-code11.js" ></script>');

ShSettings.customPrice = function(item, o) {
	var dim = item['dim'] ? o('div.shvresdim', item['dim']) : [];
  var ourprice = o('div.shvressprice', o('span', {innerHTML:item['spt']}), ' $'+item['sprice']);
  var regprice = [];
  if (item['rprice']) {
    regprice = o('div.shvresprice', o('span', {innerHTML:item['rpt']}), ' ', o('span.shvstr', '$'+item['rprice']));
  }
	return [dim, regprice, ourprice];
}
