var html = "<TR>";
html += "<TD COLSPAN=2>";
html += "<IMG src=images/blue_bottom.gif WIDTH=640 HEIGHT=5 ALT=></TD>";
html += "</TR>";
html += "<TR>";
html += "<TD COLSPAN=2></TD>";
html += "</TR>";
html += "</table><br>";
html += "<table WIDTH=640 cellspacing=0 cellpadding=0 border=0>";
html += "<tr>";
html += "<td><FONT face=Verdana size=1><center>&nbsp;&nbsp; 3131 S. Austin ";
html += "Avenue | Cicero, Illinois 60804 | Tel: 708-222-5320 | Fax: 708-780-0741";
html += "<br><a href=./privacy.htm>privacy policy</a>&nbsp;&nbsp;&nbsp;&nbsp;&copy; 2004 ITRON Corporation <a href=mailto:info@itronusa.com>info@itronusa.com</a></center></FONT>";
html += "</td>";
html += "</tr>";
html += "</table>";
html += "</td> </tr> </table>";

document.write(html);
