﻿$(function () {
	if ($('#resumewizard .formsection table#questionnaire').length > 0) {

		//$('#resumewizard .formsection table#questionnaire').parent('.formsection').css('display', 'none');
		//$('#resumewizard h2 span:contains("Questionnaire")').parent('h2').css('display', 'none');
	}
	$('#hmacreditcheck.creditcheck span.hrfaxnumber').text('(770) 307-5449');

	if ($('body.employeeportal').length > 0) {
		$('#sidemenu ul').before('<a href="/EmployeePortal/Give-Kudos" class="cta-givekudos" title="Give Kudos!">Give Kudos!</a><a href="/EmployeePortal/Kudos-Recipients" class="cta-kudosrecipients" title="See Who Got Kudos!">See Who Got Kudos!</a>');
	}
});
