
var quickBuyShoppingCartUrl="../ShoppingCart/ShoppingCart.html?quickbuy=";function targetBuyURL(URL,SKU){if(document.getElementById('goToCart')){document.location=quickBuyShoppingCartUrl+SKU;}else{document.location=URL;}}