//Hidden email
var email1 = "spacejunkies";
var email2 = "charter.net";

var paypal_text = "";
var ztoday = new Date();
var zyear = ztoday.getFullYear();
var zcopyrighttext = "All content &copy; " + zyear + " <a href=\"http://www.andrewrobinsonsdustystar.com/contact/contact.php\">Andrew Robinson</a> | Site designed by <a href=\"http://www.12gaugechicken.com/contact/contact.php\" target=\"_blank\">Greg DiGenti</a> with help from <a href=\"http://templates.arcsin.se\">Arcsin</a>.";

function paypalButton(item_name,amount){
paypal_text = "<form name=\"_xclick\" target=\"paypal\" action=\"https://www.paypal.com\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_cart\"><input type=\"hidden\" name=\"business\" value=\"" + email1 + "@" + email2 + "\"><input type=\"hidden\" name=\"currency_code\" value=\"USD\"><input type=\"hidden\" name=\"item_name\" value=\"" + item_name + "\"><input type=\"hidden\" name=\"amount\" value=\"" + amount  + "\"><input type=\"hidden\" name=\"on0\" value=\"Shipping\"><input type=\"hidden\" name=\"os0\" value=\"Please add $5 to the total for shipping within the US, and $10 outside the US.\"><input type=\"image\" src=\"../images/add-to-cart.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><input type=\"hidden\" name=\"add\" value=\"1\"></form>";
}
