$(document).ready(function(){

	// RESET DIVS TO EMPTY ON RELOAD OR FROM PAGE GOING BACK IN HISTORY
	$('select#buy-version').val('');
	$('#buy-shipping').remove();
	$('#buy-country').html('');
	
	// CHOOSE VERSION
	$('select#buy-version').bind('change', function(e){
		var edition = $(this).val();
		if(edition == ''){
			$('#buy-country').html('');
		}
		if(edition == 'veils'){
			$('#buy-country').html('<select id="buy-veils">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		if(edition == 'vol1'){
			$('#buy-country').html('<select id="buy-vol1">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		if(edition == 'vol2'){
			$('#buy-country').html('<select id="buy-vol2">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		if(edition == 'vol3'){
			$('#buy-country').html('<select id="buy-vol3">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		if(edition == 'collector'){
			$('#buy-country').html('<select id="buy-collector">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		if(edition == 'third'){
			$('#buy-country').html('<select id="buy-third">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
		else if(edition == 'second'){
			$('#buy-country').html('<select id="buy-second">'
				+ '<option value="" selected="selected">Please click the country where you live</option>'
				+ '<option value="Canada">Canada</option>'
				+ '<option value="USA">USA</option>'
				+ '</select>'
			);
		}
	});
	
	
	// IF LIFT THE VEILS IS CHOOSEN...
	$('select#buy-veils').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="DTDCZJGLB85N6"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $25.00<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $64.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="EQKR9D5PJ6Y42"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $74.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="DT66MWCAPRYJQ"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $25.25 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $58.25 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
	// IF Rediscovering Who You Really Are IS CHOOSEN...
	$('select#buy-vol1').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="62DFF4DWZUCYW"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $25.00<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $64.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="MUSY6TU6U32EC"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $74.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="6FYJ27ZZGXYMA"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $25.25 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $58.25 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
	// IF Who’s in Control of the Powerful You IS CHOOSEN...
	$('select#buy-vol2').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="XHBKSECJEG7NG"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $25.00<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $64.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="5VN8NPX88ZCCY"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $74.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="BUFQHBVYYHL9Q"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $25.25 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $58.25 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
	// IF Change is Natural IS CHOOSEN...
	$('select#buy-vol3').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="HPR9VXZHNBQ38"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $25.00<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $64.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="DQC5QFEADDS6Q"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $74.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="NBD84WN2AQQGU"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $25.25 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $58.25 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
	// IF Collector’s Edition Set IS CHOOSEN...
	$('select#buy-collector').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="XC39W7FHUT2H4"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $14.68<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $54.33</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="AMESFHQFQAD6G"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $1.65<br />'
				+ '<strong>Total Cost - $74.65</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="8HE6A7N7L54M4"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $31.94 USD<br />'
				+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $64.94 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
		// IF Third Edition 4 Vol. Set IS CHOOSEN...
	$('select#buy-third').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display:none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="H9UHH4FSJ8P8Q"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $15.41<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $6.60<br />'
				+ '<strong>Total Cost - $159.01</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="LEYZ3KBUE7EYA"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition by courier"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $45.39<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $6.60<br />'
				+ '<strong>Total Cost - $188.99</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="YPTH5MVUPUMFS"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Collector\'s Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $31.94 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ 'Total Cost - $163.94 USD'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
	// IF Second Edition Boxed Set IS CHOOSEN...
	$('select#buy-second').live('click', function(e){
		var country = $(this).val();
		if(country == ''){
			$('#buy-shipping').remove();
		}
		else if(country == 'Canada'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="38UT9TDU2CDGQ"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Second Edition by mail"/>'
				+ '<p><strong>CHOOSE YOUR PREFERRED METHOD OF DELIVERY</strong><br />'
				+ '<strong>Canada Post - Approx. 10-14 days</strong><br />'
				+ 'Postage - $15.00<br />'
				+ 'Plus Shipping/Handling $5.00<br />'
				+ 'Plus GST - $3.30<br />'
				+ '<strong>Total Cost - $88.30</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
				
				+ '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="3FVTDZ2CEULH6"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="CAD"/>'
				//+ '<input type="hidden" name="os0" value="Second Edition by courier"/>'
				+ '<p><strong>UPS Courier - Approx. 1-3 days</strong><br />'
				+ 'Courier - $35.00<br />'
				+ 'Plus Shipping/Handling - $5.00<br />'
				+ 'Plus GST - $3.30<br />'
				+ '<strong>Total Cost - $109.30</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit"/>'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
		else if(country == 'USA'){
			$('#buy-shipping').remove();
			$('#buy-country').append('<div id="buy-shipping" style="display: none;"></div>');
			$('#buy-shipping').html(
				'<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'
				+ '<input type="hidden" name="cmd" value="_s-xclick"/>'
				+ '<input type="hidden" name="hosted_button_id" value="XCUMEZGDW6BXU"/>'
				//+ '<input type="hidden" name="on0" value="Pure Leadership Books"/>'
				//+ '<input type="hidden" name="currency_code" value="USD"/>'
				//+ '<input type="hidden" name="os0" value="Second Edition"/>'
				+ '<p><strong>UPS Courier  - Approx. 5-7 days</strong><br />'
				+ 'Courier - $31.94 USD<br />'
				//+ 'Shipping/Handling - $5 USD<br />'
				+ '<strong>Total Cost - $97.94 USD</strong>'
				+ '<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="submit">'
				+ '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/></p>'
				+ '</form>'
			);
			$('#buy-shipping').fadeIn('slow');
		}
	});
	
});
