function if868(){
document.write('<b>');
document.write('<font size="5">');
document.write('<script>');
document.write('');
document.write('/*');
document.write('RAINBOW TEXT Script by Matt Hedgecoe (c) 2002');
document.write('Featured on JavaScript Kit');
document.write('For this script, visit http://www.javascriptkit.com');
document.write('*/');
document.write('');
document.write('// ********** MAKE YOUR CHANGES HERE');
document.write('');
document.write('var text="Nature's Sunshine<br> Herbs & Vitamin Discount Center" // YOUR TEXT');
document.write('var speed=80 // SPEED OF FADE');
document.write('');
document.write('// ********** LEAVE THE NEXT BIT ALONE!');
document.write('');
document.write('');
document.write('if (document.all||document.getElementById){');
document.write('document.write('<span id="highlight">' + text + '</span>')');
document.write('var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight');
document.write('}');
document.write('else');
document.write('document.write(text)');
document.write('var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")');
document.write('var r=1');
document.write('var g=1');
document.write('var b=1');
document.write('var seq=1');
document.write('function changetext(){');
document.write('rainbow="#"+hex[r]+hex[g]+hex[b]');
document.write('storetext.style.color=rainbow');
document.write('}');
document.write('function change(){');
document.write('if (seq==6){');
document.write('b--');
document.write('if (b==0)');
document.write('seq=1');
document.write('}');
document.write('if (seq==5){');
document.write('r++');
document.write('if (r==12)');
document.write('seq=6');
document.write('}');
document.write('if (seq==4){');
document.write('g--');
document.write('if (g==0)');
document.write('seq=5');
document.write('}');
document.write('if (seq==3){');
document.write('b++');
document.write('if (b==12)');
document.write('seq=4');
document.write('}');
document.write('if (seq==2){');
document.write('r--');
document.write('if (r==0)');
document.write('seq=3');
document.write('}');
document.write('if (seq==1){');
document.write('g++');
document.write('if (g==12)');
document.write('seq=2');
document.write('}');
document.write('changetext()');
document.write('}');
document.write('function starteffect(){');
document.write('if (document.all||document.getElementById)');
document.write('flash=setInterval("change()",speed)');
document.write('}');
document.write('starteffect()');
document.write('</script>');
document.write('</font></b>');
document.write('');
}

