document.write('<SCRIPT>\n');

document.write('      if (document.images) {\n');

document.write('        image1on = new Image();  image1on.src = "dot_h.gif";\n');
document.write('	image2on = new Image();  image2on.src = "dot_h.gif";\n');
document.write('	image3on = new Image();  image3on.src = "dot_h.gif";\n');
document.write('	image4on = new Image();  image4on.src = "dot_h.gif";\n');
document.write('	image5on = new Image();  image5on.src = "dot_h.gif";\n');
document.write('	image6on = new Image();  image6on.src = "dot_h.gif";\n');

        
document.write('        image1off = new Image();  image1off.src = "dot.gif";\n');
document.write('	image2off = new Image();  image2off.src = "dot.gif";\n');
document.write('	image3off = new Image();  image3off.src = "dot.gif";\n');
document.write('	image4off = new Image();  image4off.src = "dot.gif";\n');
document.write('	image5off = new Image();  image5off.src = "dot.gif";\n');
document.write('	image6off = new Image();  image6off.src = "dot.gif";\n');


document.write('      }\n');

document.write('      function turnOn(imageName) {\n');
document.write('        if (document.images) {\n');
document.write('          document[imageName].src = eval(imageName + "on.src");\n');
document.write('        }\n');
document.write('      }\n');

document.write('      function turnOff(imageName) {\n');
document.write('        if (document.images) {\n');
document.write('          document[imageName].src = eval(imageName + "off.src");\n');
document.write('        }\n');
document.write('      }\n');
document.write('</SCRIPT>\n');



document.write('<TABLE BORDER="0" WIDTH="100%">\n');
document.write('  <TR>\n');
document.write('    <TD VALIGN="TOP" ALIGN="CENTER">\n');

document.write('      <TABLE BORDER="0" WIDTH="600" CELLSPACING="2" CELLPADDING="0" BGCOLOR="#000000">\n');
document.write('        <TR>\n');
document.write('	  <TD VALIGN="TOP">\n');
document.write('	    <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">\n');
document.write('	      <TR>\n');
document.write('	        <TD VALIGN="TOP" BGCOLOR="999999">\n');
document.write('<A HREF="http://www.splangy.com"><IMG SRC="title.gif" BORDER="0"></A>\n');
document.write('                </TD>\n');
document.write('		<TD VALIGN="CENTER" BGCOLOR="999999" ALIGN="LEFT">\n');
document.write('<FONT SIZE="2" FACE="Courier">\n');
