<!--function buyButton(product,price) {document.write ('<form target=\'paypal\' action=\'https://www.paypal.com/cgi-bin/webscr\' method=\'post\' name=\'PayPalForm\'>');document.write ('<input type=\'hidden\' name=\'cmd\' value=\'_cart\'>');document.write ('<input type=\'hidden\' name=\'business\' value=\'barbara@amorepetfoods.com\'>');document.write ('<input type=\'hidden\' name=\'item_name\' value=\'' + product + '\'>');document.write ('<input type=\'hidden\' name=\'amount\' value=\'' + price + '\'>');document.write ('<input type=\'hidden\' name=\'return\' value=\'http://www.amorepetfoods.com/09cart/09cart.php?s=thanks\'>');document.write ('<input type=\'hidden\' name=\'cancel_return\' value=\'http://www.amorepetfoods.com/09cart/09cart.php?s=cancel\'>');document.write ('<input type=\'hidden\' name=\'cn\' value=\'Your telephone number\'>');document.write ('<input type=\'hidden\' name=\'currency_code\' value=\'CAD\'>');document.write ('<input type=\'image\' src=\'https://www.paypal.com/en_US/i/btn/x-click-but22.gif\' border=\'0\' vspace=\'3\' hspace=\'3\' name=\'submit\' alt=\'Make payments with PayPal - it\'s fast, free and secure!\'>');document.write ('<input type=\'hidden\' name=\'add\' value=\'1\'>');document.write ('</form>');}-->