﻿/*::::::::::::::::::::::::::::::::::::::::::::
		Internal JS
		Copyright © 2010 McMurry
::::::::::::::::::::::::::::::::::::::::::::*/

$(function () {
	$('.contact #main_content select[id$=ddlReferralType] option[value="35"]').remove();
	$('#resumewizard select[id$=ddlAgeRangeList]').parent('td').remove();
});
