<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">&copy;Copyright 2006 - 2009 ');

document.write('<a href="index.html" target="_top">The Progeni Corporation</a> ');

document.write('All Rights Reserved<br>');

document.write('Progeni and the tri-arrow logo are trademarks of The Progeni Corporation<br>');

document.write('For more information feel free to ');

//document.write(' <A HREF="mailto:info@progeni.com">Contact Us</a>');

var emailname = "info";
var emailserver = "progeni.com";

document.write("<a href='mailto:" + emailname + "@" + emailserver + "' class=links>");
document.write('Contact Us');
document.write("</a>");

document.write('</span><br>');



//  End -->
