Code: 
<!--[if IE]>
<script type="text/JavaScript">
function doIt(){
document.getElementById('blink').style.visibility =  (document.getElementById('blink').style.visibility == "hidden") ? "visible" : "hidden";
}
function Knipper(){
setInterval('doIt()',1000);
}
window.onload = Knipper;
</script>
<![endif]-->
Code: 
<p>Ik wil <span id="blink">knipperende tekst!</span></p>
Second hit on google

Dindt test it but the doIt() is pretty cool, better than firefox.....

setInterval('doIt()',5);

HTML

forgotten language.

I noticed on vBteam, im trying out alot of stuff with vBulletin and post it on vBteam, everybody OMG how cool.....

basic HTML......