if(self==top){location.href="index.htm"}var newcolor=new Array("B49138","A7842B","99751A","976E17","815A10","755005","6B4901","573801","532f1a","532f1a","573801","6B4901","755005","815A10","976E17","99751A","A7842B","B49138")
var pause=33;var timer;var animation_on=true;var thislink;var i_color=0
function startanimation(newlink) {if (document.all) {animation_on=true;thislink=eval("document.all."+newlink+".style");changecolors()}}
function changecolors() {if (animation_on) {if (i_color>=newcolor.length-1) {i_color=0}thislink.color=newcolor[i_color];i_color++;timer=setTimeout("changecolors()",pause)}
else {clearTimeout(timer)}}function stopanimation() {if (document.all) {animation_on=false}}

