
<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!-- start

var username = "info";
var hostname =  "axcelus.com";
var linktext = "Contact Us";


document.write('<span class="copytext">&copy;Copyright 2003 ');

document.write('<a href="http://www.axcelus.com" target="_blank" class="bodylink">Quantum Growth Coaching, Inc.</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write("<a href=" + "mailto:" + username + "@" + hostname +" class=bodylink>" + linktext + "</a> ");

document.write('&nbsp; &nbsp; Click for <a href="http://www.earntwiceasmuchwithhalfthestress.com/privacy_policy.html" class="bodylink" target="_blank">Privacy Policy</a> </span><br>');

//  End -->