	$(document).ready(function() {
	
				$('input[id="r1"]').click(function() {
		
		
		
		$.prompt(' <h1>Credit card payments</h1>The final account and/or credit card debit will be altered to include shipping costs.');
		
		
		
	
		});
		
				$('input[id="r2"]').click(function() {
		
		
		
		$.prompt('<h1>Cheque payments</h1>Once we have notified you of final amount including shipping costs, please send to:<br /> Malthouse Home Brew Supplies 45 Welshpool Rd Welshpool WA 6106 Australia. <br /> Your order will be despatched when cheque has been cleared.');
		
		
		
	
		});


		$('input[id="r41"]').click(function() {
		
		
		
		$.prompt('<h1>PayPal payments</h1>Once we receive your order and shipping cost has been calculated, you will receive an email with the total product and shipping cost. Please use the Paypal link on the email message to make payment.');
		
		
		
	
		});
		

	});