function setMoodboosterCookie(hum, def, sty)
	{
	  $.cookie('HPBJCK_hum', hum);
	  $.cookie('HPBJCK_def', def);
	  $.cookie('HPBJCK_sty', sty);
	}
