__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
<div id="blinker"></div>
<script type="text/javascript">
var blinktoggled=true;
var blinkinterval=1000;
function blinktoggle(){
var o=document.getElementById("blinker");
if (blinktoggled) o.style.visibility='hidden';
else o.style.visibility='visible';
blinktoggled=!blinktoggled;
window.setTimeout("blinktoggle()",blinkinterval);
}
window.setTimeout("blinktoggle()",blinkinterval);
</script>
Anything you put in the div will "blink" once per second. To change the interval, alter the blinkinterval variable.
fortunately, it doesn't work in IE6. Now lets see who says it gets everything wrong
But seriously NOBODY should use "blinking" text EVER!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?