// embedApplet.js
<!--
document.write('<applet code="Fade.class" width="550" height="16" ALT="The Young Shepherds">');
document.write('<param name="bgcolor" value="666633">');
document.write('<param name="txtcolor" value="FFFFFF">');
document.write('<param name="changefactor" value="2">');
document.write('<param name="text1" value="The Young Shepherds">');
document.write('<param name="url1" value="http://www.theyoungshepherds.org">');
document.write('<param name="font1" value="Verdana,PLAIN,12">');
document.write('<param name="text2" value="Assisting the Sudanese community">');
document.write('<param name="url2" value="http://www.theyoungshepherds.org">');
document.write('<param name="font2" value="Verdana,PLAIN,12">');
document.write('<param name="text3" value="in war-torn Southern Sudan">');
document.write('<param name="url3" value="http://www.theyoungshepherds.org">');
document.write('<param name="font3" value="Verdana,PLAIN,12">');
document.write('<param name="text4" value="Welcome ...">');
document.write('<param name="url4" value="http://www.theyoungshepherds.org">');
document.write('<param name="font4" value="Verdana,PLAIN,12">');
document.writeln('</APPLET>');
//-->


