// embedApplet.js
<!--
document.write('<applet code="Fade.class" width="450" height="16" ALT="Fockler Family">');
document.write('<param name="bgcolor" value="4A70B5">');
document.write('<param name="txtcolor" value="FFFFFF">');
document.write('<param name="changefactor" value="3">');
document.write('<param name="text1" value="WELCOME TO">');
document.write('<param name="url1" value="http://www.fockler.net">');
document.write('<param name="font1" value="TimesRoman,PLAIN,12">');
document.write('<param name="text2" value="THE FOCKLER FAMILY WEBSITE">');
document.write('<param name="url2" value="http://www.fockler.net">');
document.write('<param name="font2" value="TimesRoman,PLAIN,12">');
document.write('<param name="text3" value="This site is dedicated to">');
document.write('<param name="url3" value="http://www.fockler.net">');
document.write('<param name="font3" value="TimesRoman,ITALIC,12">');
document.write('<param name="text4" value="Harvey and Esther Fockler">');
document.write('<param name="url4" value="http://www.fockler.net">');
document.write('<param name="font4" value="Courier,BOLD,12">');
document.writeln('</APPLET>');
//-->


