﻿

$(function(){
	$('.faq #main_content .literalContent p').replaceWith('<p>The following is a list of frequently asked questions (FAQs). To read the answer to each question, please click on the question. For additional FAQs, please click on one of the categories on the left (Patients, Careers, Billing).</p>');
	$('#resumewizard select[id$=ddlAgeRangeList]').parent('td').remove();
});

