<!--
    today=new Date();
    y0=today.getFullYear();
    var text=""
    text +='<center><span style="font-size:12px">'
    text +'<a href="http://carltonsharley.com">Carlton H-D</a>'
	text +' | '
	text +'<a href="http://hog.com">HOG</a>'
	text +' | '
	text +'<a href="http://h-d.com">H-D</a>'
	text +' | '
	text +='<a href="/Privacy.htm">Privacy</a>'
	text +=' | '
    text +='Copyright &copy; 2005-'
    text +=y0
    text +=' <a href="/">Mantua Ohio Chapter Harley Owners Group</a>'
    text +='</span></center>'
    document.write(text);
  // end hiding --->
