// embedApplet.js
<!--
document.write('<APPLET CODE="BannerDisplay.class" ARCHIVE="BannerDisplay.jar" CODEBASE="images/flash_images/" WIDTH="78" HEIGHT="73">');
document.write('<PARAM NAME="textfile" VALUE="images/flash_images/text_flashimages.txt">');
document.write('<PARAM NAME="bgcolor" VALUE="FFFFFF">');
document.write('<PARAM NAME="pause" VALUE="1000">');
document.write('<PARAM NAME="style" VALUE="orderloop">');
document.writeln('</APPLET>');
//-->

