it is working fine but whn i insert another div that one is not working
that mean
<body onload="initObj()">
<div id="holder" onclick="cw = setTimeout('rotateClockwise()',interval);" onchange="ccw = setTimeout('rotateCounterClockwise()',interval);">
<span>hema </span>
</div>
<div id="holder" onclick="cw = setTimeout('rotateClockwise()',interval);" onchange="ccw = setTimeout('rotateCounterClockwise()',interval);">
<span>chandra</span>
</div>
the second div is not working