
<!-- start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="copytext">');

var d = new Date();
document.write('&copy;Copyright 2002-');
document.write(d.getFullYear());
document.write(' ');

document.write('<a href="index.html" target="_top">Wegner Asset Managment, LLC</a> ');

document.write('All Rights Reserved</a> ');

document.write('<a href="https://www.wegnerassetmgmt.com/contact.aspx" target="_top">Contact</br> ');

//document.write('For more information feel free to '); 

//document.write(' <A HREF="mailto:EmailAddressHere@yahoo.com">Email Us</a><br>');

document.write('</span>');


//  End -->