
function handleLastSearch()
{

eraseCookie('lastsearch');
createCookie('lastsearch',document.location.href,30);
}
