function add_to_cart() {
	$.post("https://www.paypal.com/cgi-bin/webscr", {business: "bmohney@energygrp.com", cmd: "_cart", add: "1", item_name: "Something", item_number: "Item Number", amount: "1.50", currency_code: "USD", undefined_quanity: "1"});
}

$(document).ready(function() {

});
