 function initload() {
	createNotes();
	runSlideShow();
}
window.onload = initload;
