<!--
Stamp = new Date();
document.writeln("<table width=100%><tr><td align=right width=100%>");
document.write('<font size=1 face=verdana,arial color=gray><b>' + (Stamp.getMonth() + 1) + "/" +Stamp.getDate()+ "/"+Stamp.getYear() + '</B></font>');
document.writeln("<br><font size=1 face=verdana,arial color=gray>© 2000 Interplug Corporation");
document.write("<br>Questions, Comments? Mail the ");
document.write("<a class=linka href=mailto:webmaster@interplug.com>Webmaster</a></b></font></td></tr></table><hr noshade size=1 color=silver width=100%>");
//-->