$(document).ready(function(){
	// Creates the hook for the blue paws
	$('#MedicalPlans .thirdColumn:contains(Yes)').wrapInner('<span />');
	// Creates the hook for the rgt btm select plan corner
	$('#MedicalPlans tr.lastRow td.secondColumn').wrapInner('<span />');
	// Creates the hook for the rgt top select plan corner
	$('th.secondColumn').wrapInner('<span />');
});