function killRecent(){
	new Ajax.Request('http://www.grouprecipes.com/kill_recent.php', {
	method: 'get',
	onComplete: document.getElementById('cookie').style.display='none'
 });
}
function cookieSessHide(){
	new Ajax.Request('http://www.grouprecipes.com/cookie_session_hide.php', {
	method: 'get'
	});
}
function cookieSessShow(){
	new Ajax.Request('http://www.grouprecipes.com/cookie_session_show.php', {
	method: 'get'
	});
}