//** Flashing Links script v2.0- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com //** Last updated April 6th, 09' to v2.0 //** This notice must stay intact for legal use var flashinglinks={ pause: 1000, //pause between flashes (in milliseconds) targetlinks:[], changecolor:function(){ for (var i=0; i0){ var target=targetarr.shift() if (target.addEventListener) target.addEventListener(tasktype, functionref, false) else if (target.attachEvent) target.attachEvent('on'+tasktype, function(){return functionref.call(target, window.event)}) this.addEvent(targetarr, functionref, tasktype) } }, init:function(){ var alllinks=document.getElementsByTagName("a") for (var i=0; i0){ setInterval(function(){flashinglinks.changecolor()}, this.pause) } } } flashinglinks.addEvent([window], function(){flashinglinks.init()}, "load")