// JavaScript Document
var theText1 = "tnahc ,euqisum";
function nextSize1(i,textLength) {
return (18*Math.abs( Math.sin(i/(textLength/3.14))));
}
function sizeCycle1(text,dis) {
bof = ""
for(i = text.length; i > (-1) ; i--) {
size = parseInt(nextSize1(i +dis,text.length));
bof += "<font color='"+00*00*00+"' style='font-size: "+ size +"pt'>" +text.substring(i,i+1)+ "</font>";
}
document.getElementById("theDiv1").innerHTML = bof;
}
function doWave1(n) {
sizeCycle1(theText1,n)
if (n > theText1.length) {n=0}
setTimeout("doWave1(" + (n+1) + ")", 150);
}