// JavaScript Document
function RunFoo()
{
   document.write('<applet CODE="DuriusWaterPic.class" WIDTH="800" HEIGHT="72" ALIGN="MIDDLE" archive="http://www.jewellengr.com/DuriusWaterPic.jar">\n');
	document.write('<PARAM NAME="cabbase" VALUE="http://www.jewellengr.com/DuriusWaterPic.cab">\n');
	document.write('<PARAM NAME="image" VALUE="http://www.jewellengr.com/images/logoW.jpg">\n');
	document.write('<param name="dotsize" value="10">\n');
	document.write('<PARAM NAME="dim" VALUE="4">\n');
	document.write('<PARAM NAME="noise" VALUE="0">\n');
	document.write('<PARAM NAME="mouse" VALUE="2">\n');
	document.write('<PARAM NAME="timer" VALUE="0">\n');
	document.write('<PARAM NAME="target" VALUE="_self">\n');
	document.write('<PARAM NAME="url" VALUE="http://www.jewellengr.com/">\n');
	document.write('<PARAM NAME="bg" VALUE="ffffff">\n');
	document.write('<PARAM NAME="reg" VALUE="28756443">\n');
document.write('</applet>\n');
}