﻿$(function () {
	$('a[href=/Physicians/Default.aspx]').attr('target', '_blank');
	$('a[href=http://recruiting.charlotteregional.com/index_flash.php]').attr('target', '_blank');

	$('.patients-gift-shop #main_content select[id$=ddCreditCardType] option[value=1]').remove();
	$('.patients-gift-shop #main_content select[id$=ddCreditCardType] option[value=2]').remove();
});


