// JavaScript Document
var theText13 = "euqidul noitca'd edagirb";
function nextSize13(i,textLength) {
return (18*Math.abs( Math.sin(i/(textLength/3.14))));
}
function sizeCycle13(text,dis) {
bof = ""
for(i = text.length; i > (-1) ; i--) {
size = parseInt(nextSize13(i +dis,text.length));
bof += "<font color='"+00*00*00+"' style='font-size: "+ size +"pt'>" +text.substring(i,i+1)+ "</font>";
}
document.getElementById("theDiv13").innerHTML = bof;
}
function doWave13(n) {
sizeCycle13(theText13,n)
if (n > theText13.length) {n=0}
setTimeout("doWave13(" + (n+1) + ")", 150);
}