<!-- start

// NOTE: If you use a ' add a slash before it like this \'

var year=new Date();

document.write('<span class="copytext">&copy;copyright 1999-');

document.write(year.getFullYear());

document.write('<a href="index.html"> software services</a>');
document.write(' all rights reserved<br/>');

document.write('for more information feel free to '); 

document.write(' <a href="contact.htm">contact us</a></span>');



//  End -->
