// JavaScript Document
// Write Email Address
a='feedback'; 
b='lights-alive.com';
document.write('<a href="mai');
document.write('lto:'+a+'@');
document.write(b+'?Subject=Lights Alive Feedback" class="link1">');
document.write(a+'@'+b+'</a>');