jQuery(document).ready(function(){

	jQuery('.wpsc_checkout_field21').insertAfter(jQuery('#blankz'));
	jQuery('.wpsc_checkout_field20').insertAfter(jQuery('#blankz'));
	jQuery('.wpsc_checkout_field18').insertAfter(jQuery('#blankz'));
	jQuery('.wpsc_checkout_field19').insertAfter(jQuery('#blankz'));
	jQuery('.wpsc_category_boundary').insertAfter(jQuery('.breadcrumb'));
	jQuery('.wpsc_category_boundary').insertBefore(jQuery('.breadcrumb'));
	jQuery('#wpec-singe-title').insertBefore(jQuery('.breadcrumb'));
	jQuery('#catbild').insertBefore(jQuery('.breadcrumb'));	

	jQuery("input[type='radio']").change(function() {
		the_value = jQuery('#dc-checkout input:radio:checked').val();
  
  		if(the_value!='lastschrift'){
  			jQuery('.wpsc_checkout_field19').hide();
  			jQuery('.wpsc_checkout_field18').hide();
  			jQuery('.wpsc_checkout_field20').hide();
  			jQuery('.wpsc_checkout_field21').hide();
  		}
  		
  		else {
    		jQuery('.wpsc_checkout_field19').show();
  			jQuery('.wpsc_checkout_field18').show();
  			jQuery('.wpsc_checkout_field20').show();
  			jQuery('.wpsc_checkout_field21').show();
  		}
  
	});
	
	
	if(jQuery.browser.msie && jQuery.browser.version < 8) {
		//jQuery('div').remove('#catbild');
		
	}
	
	else {
		
	}

});
