// BELAIR DICTIONARIES http://www.dr-belair.com
if (document.all&&document.all.blink){
var btxt=document.all.blink
if (btxt.length==null)
btxt[0]=document.all.blink
function altcol(which){
if (btxt[which].style.color=='#ffffff')
btxt[which].style.color="#b0ffb0"
else
btxt[which].style.color="#ffffff"}
if (btxt.length==null)
setInterval("altcol(0)",777)
else
for (i=0;i<btxt.length;i++){
var bvar='setInterval("altcol('+i+')",'+'777)'
eval(bvar)
}}

