function blym() {
  getXElementById("blym").src="http://vexer.ru/images/blym.gif";
  var delay=Math.floor(Math.random()*15);
  delay=(delay+5)*1000;
  setTimeout('blym();',delay);
}
