Javascript Properties JavaScript Reference

Note:
Read and write property. 
Sets the number of times the object will loop. 
For the  element,            a value of 0 or -1 (the default) 
                                      will cause the element to loop indefinitely. 
-----------------------------------------------------------------------------------
For the ,                    a value of 0 will cause the element to loop once,
, and                   and a value of -1 will cause it to loop indefinitely
 elements,                     (the default value is 1).
    
Syntax:
    
document.all.elementID.loop = value