document.getElementById('menu_top').innerHTML="
";
document.getElementById('menu_left').innerHTML=" © Copyright 2002-10.
Копирование запрещено. Все права принадлежат ООО \"Раннее развитие\"
";
document.getElementById('menu_bottom').innerHTML="
";
document.getElementById('loading_pic').innerHTML="
Загрузка:";
document.getElementById('catch_me').innerHTML="ПРИВЕТ ! Я - ТВОЯ СКИДКА !
ПОЙМАЙ МЕНЯ !
";
catch_me_off();
function catch_me_on() {
document.getElementById('catch_me').style.top = Math.floor(Math.random()*document.body.clientHeight);
document.getElementById('catch_me').style.left = Math.floor(Math.random()*document.body.clientWidth);
setTimeout( function() { document.getElementById('catch_me').style.display='block'; catch_me_off(); }, 60000);
}
function catch_me_off() {
setTimeout( function() { document.getElementById('catch_me').style.display='none'; catch_me_on(); }, 1000);
}
function request_good(key) {
if ((key>0 && key<8) || (key>8 && key<32) || (key>=33 && key<46) || (key>=112 && key<=123)) {
;
} else {
var timeout_request;
clearTimeout(timeout_request);
timeout_request = setTimeout(function() { HTTP_Load('/', 'agn=0&h=sug&g='+document.getElementById('suggest_good_input').value, 'suggest_good'); document.getElementById('loading_suggest').style.display='block'; }, 1000);
}
}