//--- Site Name -------------------
//--- default window.onload = init
//--- this covers footer positioning (footer positioning script is in sitescripts.js);
window.onload = init;
function init() {
//--!! if using a js file other than this default, copy the next line and add to that file's init() function
			setFooter();
		}


