function new_banner () {
sndReq('new_banner')
Timer = setTimeout('new_banner()' , 15000);
}
