$(function() {
        $('#mdRotate > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('mdRotate', 2000);
        $('#mdCustomer ').html('<bold>Other Outstanding Products<bold>');
	    
});
$(function() {
	if ($('#testLoc').length > 0 || $('#fluProtection').length > 0 || $('#mdGeneric').length > 0) {
		$('#mdFlashHeader').hide('fast');
        $('#mdFlashExpand').html('<br>');
        $('#crumb').prepend('<img src="/site/images/plus.png" alt="Click to Expand" align="baseline" class="mdPlus">').click(function(){
	    
			$('#mdFlashHeader').show('fast');
			$('.mdPlus').remove();
});
	}
});

 $(function(){ $('.mdButClicked') .click(function() { 
          $('.mdButClicked').hide();
          $('.mdAddClick').html('<br/>Processing...')
           .animate({opacity: 1.0}, 2000)
           .fadeOut('fast', function(){
           $('.mdAddClick').hide();
           $('.mdButClicked').show();
           }); 
      }); 
 });

$(function(){
	//$('.smalltextnolink').hide();
	 $("input[type='radio'][name='sShipMeth']").parent().contents().filter(function() { return this.nodeType != 1; }).remove();
	// $('td.input').hide();
});

$(function(){
 			
 		var callForPrice = $('#mdPriceOutput').html()
 			if (callForPrice == 'Please Call for Pricing'){
 				$('.mdButClicked').hide();
 			};
 			 
 });
$(function(){
 			
            var mdUnitMeasure = $('A.smalltextnolink').html();
            var mdUnitEach = $('span.input').html();
            	if (mdUnitMeasure == 'UM' ){
            		$('A.smalltextnolink').html('');
            		
            };
            	if (mdUnitEach == 'EA'|| mdUnitEach == 'BX'|| mdUnitEach == 'DZ' || mdUnitEach == 'CS'){
            		$('span.input').html('');
        };    		
 			 
 });
