<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

var currentTime = new Date()
var year = currentTime.getFullYear()
document.write('<span class ="copytext">&copy;Copyright ' + year);

document.write('<a href="index.html" target="_top"> Aqua Systems, Inc. All Rights Reserved</a><br> ');

document.write('For more information feel free to '); 

document.write(' <A HREF="mailto:mporath@aquasystemsusa.com; danafziger@aquasystemsusa.com; ambrose518@hotmail.com; SROSAS@aquasystemsusa.com" class="link">Contact Us</a>');

document.write('</span><br>');


//  End -->
