function disHot() { if(document.getElementById("hot").style.display=="none"){ document.getElementById("hot").style.display=""; ttt.src="/images/zzz222.gif" }else{ document.getElementById("hot").style.display="none"; ttt.src="/images/zzz111.gif" } } var html=''; html+='
'; document.write(html);disHot();