<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var d = new Date();
var curr_year = d.getFullYear(); 

document.write('<span class ="copyright">&copy;Copyright ' + curr_year + ' ');

document.write('<a href="index.html" target="_top" class="first">Signalex Inc.</a> ');

document.write('<br>');

document.write('For any questions please '); 

document.write(' <a href="asp/contact.asp" target="_top" class="first">Contact Us</a>');

document.write('</span><br>');



//  End -->