var search_timeout = undefined;

function doSlogan() {
    if(search_timeout != undefined) {
    	clearTimeout(search_timeout);
    }
    search_timeout = setTimeout(function() {
    	search_timeout = undefined;
    	myslogan = escape($('fslogan').value);
    	ajax({url:'/en/ajax.php',fillDiv:'slogan', showBusy:false, postBody:'slogan='+myslogan+'&id=1328393156-1e86038f8b19ff4b6942e07ea599fe2e'});
	}, 500);
}
