window.setTimeout( function() {  var scriptExists = false;  try { if (xajax.isLoaded) scriptExists = true; }  catch (e) {}  if (!scriptExists) { alert("Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?\nURL: /w3t_common/xajax/xajax_js/xajax_core.js");  } }, 2000);
xajax_addToCart = function() { return xajax.request( { xjxfun: "addToCart" }, { parameters: arguments } ); };

