// Functions to write the version/edition name in the banner and the footer.
//

function fBannerVersion() {
	document.write("Version for full-time Lowe's employees")
}

function fFooterVersion() {
	document.write("This is the version for full-time Lowe's associates.")
}

