$(document).ready(function(){
	

	$("#order").click(function(){
		$('#orderform').submit();
		/*
		$.post("https://www.paypal.com/cgi-bin/webscr", { 
			cmd: '_xclick', 
			business: 'FW8HJZ2UYRK3U', 
			lc: 'US',
			item_name: 'In The Irons - Somewhere Near You Over a Weekend - EP',
			item_number: '001',
			amount: '5.00',
			currency_code: 'USD',
			button_subtype: 'products',
			shipping: '2.00',
			bn: 'PP-BuyNowBF:btn_buynow_LG.gif:NonHosted'
		});
		*/
		
		
	});
		
		
});


