function insertCopyright(){
year = new Date();
currentYear = year.getYear();
var copyrightInfo = "&copy; "+ currentYear + " John Hancock. All rights reserved.";
	document.write (copyrightInfo);
	document.write ("<br>0110: FA0131");
}

function insertFootnote(){
var JHFootnote = "&sup1;. John Hancock Life Insurance Company (U.S.A.), Bloomfield Hills, MI 48304 and John Hancock Life Insurance Company of New York Valhalla, NY 10595";
	document.write (JHFootnote);
}

function insertFixedAnn(){
var FixedAnn = "John Hancock Fixed Annuities are issued and administered by John Hancock Life Insurance Company (U.S.A.), Bloomfield Hills, MI 48304 (not licensed in New York) and John Hancock Life Insurance Company of New York, Valhalla, NY 10595";
	document.write (FixedAnn);
}
