setInterval(function() { (++fadeCounter) }, 2000); setInterval(function() { (--fadeCounter) },2000); if (fadeCounter = (1)) { $("Image").fadeIn("slow") ; } if (fadeCounter = (0)){ $("#Image").fadeOut("slow") ; }
Powered by vBulletin®Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.