<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var year=new Date();

document.write('&copy;copyright 2000-');

document.write(year.getFullYear());

document.write('<a href="http://www.software-services.net" target="_top"> Software Services</a> ');

document.write('all rights reserved<br>');

document.write('for more information please '); 

document.write(' <a href="contact.htm">contact us</a><br>');


//  End -->
