Hello Iam trying to work with the LightBox DIV box. and its implemented in such a way that it get called while clicking on an anchor tag referring to an html file having a class LbOn. <li><a href="image.html" class="lbOn">Lightbox Gone Wild</a></li> i want to implement in such a way that it gets called after every 2 minutes. i tought of implementing the link as an image and calling it from a function after setting an interval of 2 mins pls help me with the code thank you