<!--
// This message should stay intact for legal reasons .
// Script added using SSS12 easy html editor .
// Email link and more html commands inbuilt .
// Get at http://www.website-design-software-india.com
// Change the two parameters below to yours .
user = "cnewman";
// User is the part before @ sign.
site = "bcsgroup.com";
// site is part after @ sign .
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
// End -->

