// JavaScript Document


function disable_credit_cards() {
	if ($('div#totals').is(":has(dl)")) {
	} else {
		$('#p-sub-calculate').after('<div id="before-cc" class="warning"><p>Please select a quantity and calculate your shipping totals before proceeding to enter your credit card information.</p></div>');
	}		
}
