//legal_copyright.js
pass = "http://www.jourdantechnologies.com/legal/legal.html";

fntSz = 1
if (document.layers)
{
fntSz++
}

//document.write('<a href="'+ pass +'">');
document.write('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" color="#000000" size="'+ fntSz +'">Copyright</font>');
//document.write('</a>');
document.write('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" color="#000000" size="'+ fntSz +'">');
document.write(' &copy; 2002-2004 Jourdan Technologies. All Rights Reserved</font><br>');

