﻿/*
*	Copyright © 2010, McMurry Inc.
*	http://www.mcmurry.com
*
*	Internal Javascript
*/
$(function () {
	// jQuery is fun for everybody
	$('#resumewizard select[id$=ddlAgeRangeList]').parent('td').remove();
	$('.contact #phonenumbers').html('General and Patient Information:<br />(601) 932-1030 <br />Customer Service:<br />(601) 933-5559 <br /><a href="/About/PhoneDirectory" class="phonedirectory" title="Phone Directory" id="ctl00_ContentPlaceHolder1_ClientFormView_ctl00_lnkPhoneDirectory">Phone Directory</a> ');

});
