
var theDate=new Date()
document.write('<table width="500" height="120" border="0" cellpadding="0" cellspacing="0"><tr><td align="center" valign="center" style="font-size:7pt; font-family:Georgia">')
document.write('This site created & managed by <a href="http://www.ywctt.com">Your Way Computer Tech Team</a>.')
document.write('<br>Please contact our <a href="mailto:info@yourwayconsulting.com">Webmaster</a> with questions or comments.<br>')
document.write('&copy;Copyright ' + theDate.getFullYear() + ' <a href="http://www.ywctt.com">YWTT INC.</a>. All rights reserved.<a href=""></a><a href=""></a>')
document.write('')
document.write('</td></tr></table>')
