function displaytitle(calledfrom, textstring, classname , width, height) { if (classname == "Fan.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "jumpinText.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "pactext.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "DancingText.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "CrazyTextBG_fadingray.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "CrazyTextBG_gif.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "CrazyText.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } if (classname == "Scroll.class") { calledfrom.document.writeln(''); calledfrom.document.writeln(''); } } // End displaytitle